Skip to main content
GET
GET /projects/{project}/export/download/{export_id}
Downloads an export artifact.

Endpoint details

string
required
Bearer pat_... (Project API Token). Keep this token on your backend/server.
string
required
Project slug. This acts as the Project ID in API paths.
string
required
Export id returned by an export creation or list response.
boolean
required
true for a successful response and false for an error response.
object | null
Endpoint-specific response data when ok is true; null on errors.
object | null
Error code and message when ok is false; null on success.
string
required
Request identifier you can use when troubleshooting a specific API call.

Authentication

Table export downloads require record read access to the table. Database and schema export downloads require project admin access.

Parameters

Path: export_id required, format exp_....

Notes

Successful downloads are not wrapped in JSON. They return the artifact bytes with download headers.

Request examples

Basic request:
Full request:

Response examples

Success:
Error or alternate response: