Skip to main content
GET
/
v1
/
export
/
{export_id}
Get an export
curl --request GET \
  --url https://api.withsplendor.com/v1/export/{export_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-splendor-tenant-id: <x-splendor-tenant-id>'
{
  "completed_at": "2026-01-15T09:30:00Z",
  "created_at": "2026-01-15T09:30:00Z",
  "download_url": "https://acme-exports.s3.amazonaws.com/exports/exp_01H8Z3.ndjson?...",
  "error_message": null,
  "export_id": "exp_01H8Z3",
  "format": "ndjson",
  "row_count": 1240,
  "s3_bucket": "acme-exports",
  "s3_key": "exports/exp_01H8Z3.ndjson",
  "status": "completed"
}

Authorizations

Authorization
string
header
required

API token issued from the Splendor console.

Headers

x-splendor-tenant-id
string
required

Selects the tenant (workspace) the request acts within.

Path Parameters

export_id
string
required

Response

Successful Response

completed_at
string<date-time> | null
required
created_at
string<date-time>
required
download_url
string | null
required
error_message
string | null
required
export_id
string
required
format
enum<string>
required
Available options:
ndjson,
csv
row_count
integer | null
required
s3_bucket
string | null
required
s3_key
string
required
status
string
required