exports
Create a new export request for the project environment
POST
/
environments
/
{environmentId}
/
exports
Path Parameters
environmentId
string
requiredID of the environment
Body
application/json
Request body to create a new export.
format
enum<string>
requiredAvailable options:
csv
model
enum<string>
requiredAvailable options:
users
filter
object
Response
201 - 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.
Was this page helpful?