cURL
curl --request GET \ --url https://api.specular.dev/branches/{id}/tables/{tableName} \ --header 'Authorization: Bearer <token>'
{ "rows": [ {} ], "totalCount": 123, "limit": 123, "offset": 123 }
Get data from a specific table in the branch’s database with pagination
Bearer authentication with API key (format: Bearer sk_xxx)
Branch ID
Table name
Number of rows to return (default: 50, max: 1000)
1 <= x <= 1000
Number of rows to skip (default: 0)
x >= 0
Table data