Skip to main content
POST
/
projects
/
export

Authorizations

Authorization
string
header
required

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

Body

application/json
format
enum<string>
required

Format of the export file

Available options:
json,
csv,
excel
startDate
string
required

Start date for filtering data (ISO format)

endDate
string
required

End date for filtering data (ISO format)

fields
string[]
required

Fields to include in the export

projectId
string

Optional project ID for filtering

Response

200

Projects exported successfully