Skip to main content
GET
Get an export

Authorizations

Authorization
string
header
required

A scoped token minted in Settings → API tokens. Send it as Authorization: Bearer tplt_… or X-API-Key: tplt_….

Path Parameters

export
string
required

The export_id returned when you started the export, e.g. tpex_9f2c1a7e4d3b4a11.

Response

The export's current status. Carries download_url once status is ready.

export_id
string

The export's ID.

status
enum<string>

pending while it runs, ready once the file is built.

Available options:
pending,
ready
download_url
string | null

The link to the finished file. null until status is ready.