GET
/
exports
/
{exportId}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

exportId
string
required

ID of the export

Response

200 - application/json
id
string
required

ID of the export

format
enum<string>
required
Available options:
csv
model
enum<string>
required
Available options:
users
status
enum<string>
required
Available options:
completed,
failed,
pending
filter
object
required
createdAt
string
required
startedAt
string | null
completedAt
string | null
downloadUrl
string
error
string

When defined, this is the error message and stack trace received when attempting to process the export.