English
cURL
curl --request GET \ --url https://api.altostrat.io/workspaces/{workspaceId}/organizations/usage.csv \ --header 'Authorization: Bearer <token>'
"<string>"
Generates and downloads a CSV file detailing the resource usage and limits for all organizations within the specified workspace.
Enter your JWT in the format: Bearer {token}
The ID of the workspace.
"ws_a1b2c3d4e5f6g7h8"
A CSV file download.
The response is of type file.
file
Was this page helpful?