GET
/
workspaces
/
{workspace_id}
/
organizations
/
usage.csv
Export Usage as CSV
curl --request GET \
  --url https://api.altostrat.io/workspaces/{workspace_id}/organizations/usage.csv \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Auth0 JWT token for user authentication.

Path Parameters

workspace_id
string
required

The unique identifier for the workspace.

Example:

"ws_abc123"

Response

200 - text/csv

A CSV file containing the usage report.

The response is of type file.