POST /projects/{project}/export/database
Exports
POST /projects/{project}/export/database
Creates a database export for selected tables.
POST
POST /projects/{project}/export/database
Creates a database export for selected tables.
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.
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
Body optional:format zip, zip-csv, or json, default zip; include_tables optional array; exclude_tables optional array; table_options optional object keyed by table name; file_name optional.