exports
Get an export using the ID
GET
/
exports
/
{exportId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
exportId
string
requiredID of the export
Response
200 - application/json
id
string
requiredformat
enum<string>
requiredAvailable options:
csv
model
enum<string>
requiredAvailable options:
users
status
enum<string>
requiredAvailable options:
completed
, failed
, pending
filter
object
requiredcreatedAt
string
requiredstartedAt
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.