Skip to main content
GET
Get project export status

Authorizations

x-api-key
string
header
required

Project-bound Platform Key supplied in the x-api-key header. The key must include the operation's required scope: project_io.read for export operations or project_io.write for import operations. A pipeline that promotes changes normally requires both scopes.

Path Parameters

projectId
string
required

Project identifier. The project must belong to the authenticated tenant.

Minimum string length: 1
exportId
string
required

Identifier returned when the export operation is created.

Minimum string length: 1

Response

Current export operation status and result metadata.

success
boolean
required

Indicates that the status request was read successfully. The operation itself may still be running or may have failed; inspect data.status and data.errors.

data
object
required

Export operation record and, after completion, the manifest, lockfile, and archive download URL.