Exports
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET | |
GET |
List all exports
Required API key scopes
export:readPath parameters
- project_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /projects /:project_id /exportsExample response
Status 200
RESPONSE
Create exports
Required API key scopes
export:writePath parameters
- project_idstring
Request parameters
- dashboardinteger
- insightinteger
- export_format
- export_context
Response
Example request
POST /api /projects /:project_id /exportsExample response
Status 201
RESPONSE
Retrieve exports
Required API key scopes
export:readPath parameters
- idinteger
- project_idstring
Response
Example request
GET /api /projects /:project_id /exports /:idExample response
Status 200
RESPONSE
Retrieve exports content
Required API key scopes
export:readPath parameters
- idinteger
- project_idstring
Example request
GET /api /projects /:project_id /exports /:id /content