Skip to main content
POST
Download asset data as CSV
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

Request Body:
  • assetIds (array): Array of asset IDs to include in the export
Authorization:
  • Required role: admin or higher

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Body

application/json
assetIds
string<uuid>[]

Response

CSV file download

The response is of type file.