POST
/
v2
/
workspaces
/
export
curl --request POST \
  --url https://api.eda.prisme.ai/v2/workspaces/export \
  --header 'Content-Type: application/json' \
  --header 'X-Prismeai-API-Key: <api-key>' \
  --data '{
  "workspaces": {
    "query": {},
    "pagination": {
      "limit": 123,
      "page": 123
    }
  },
  "includeApps": true
}'
This response does not have an example.

Authorizations

X-Prismeai-API-Key
string
header
required
connect.sid
string
cookie
required

Body

application/json
workspaces
object
includeApps
boolean

Response

200
application/octet-stream
Success Response

The response is of type file.