GET /projects/{project}/records/{table}
Records
GET /projects/{project}/records/{table}
Lists rows in a table.
GET
GET /projects/{project}/records/{table}
Lists rows in a table.
Full request:
With
Endpoint details
Bearer
pat_... (Project API Token). Keep this token on your backend/server.Project slug. This acts as the Project ID in API paths.
Table name inside the project.
true for a successful response and false for an error response.Endpoint-specific response data when
ok is true; null on errors.Error code and message when
ok is false; null on success.Request identifier you can use when troubleshooting a specific API call.
Authentication
Project API Token.Parameters
Path:table required. Query: filters optional JSON; sort optional column; order optional asc/desc; limit optional 1-500 default 100; offset optional default 0; include_count or count optional boolean.
Request examples
Basic request:Response examples
Success:include_count: