Skip to main content
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your workspace API key. See Find your API key for more information.

Path Parameters

frameworkId
string<uuid>
required

The framework id.

Body

application/json
projectId
string<uuid> | null

Scope the export to this project. It must belong to the framework.

Example:

"3fa85f64-5717-4562-b3fc-2c963f66afa6"

Response

Export queued. Poll taskResultUrl for the archive.

taskResultUrl
string
required

The path to poll for this export's status and result. Already /v1-prefixed, so it is relative to the API host rather than to the /v1 base url -- or just pass taskResultId to GET /background-tasks/{taskId}.

Example:

"/v1/background-tasks/3fa85f64-5717-4562-b3fc-2c963f66afa6"

taskResultId
string<uuid>
required

The background task id, for GET /background-tasks/{taskId}.

Example:

"3fa85f64-5717-4562-b3fc-2c963f66afa6"