POST /projects/{project}/export/table/{table}
Exports
POST /projects/{project}/export/table/{table}
Creates a table export manifest and artifact.
POST
POST /projects/{project}/export/table/{table}
Creates a table export manifest and artifact.
Full request:
Error or alternate response:
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. Body optional: format csv or json, default csv; columns optional array; filters optional where/filter shape; sort optional column; order optional asc/desc; limit optional, clamped by server export max; offset optional; file_name optional.