Altostrat Studio is here — the AI-native network operations IDE for engineers running production. Terminal, diagrams, runbooks, and Copilot in one workspace. Get started →
curl --request GET \
--url https://v1.api.altostrat.io/workspaces/{workspaceId}/organizations/{organizationId}/limits \
--header 'Authorization: Bearer <token>'{
"organization_id": "org_aBcDeFg123456789",
"organization_name": "Engineering Department",
"limits": [
{
"type": "users",
"used": 8,
"direct": 2,
"free": 42,
"org_limit": 50,
"total": 50
}
],
"context": {
"type": "parent",
"name": "ACME Corporation"
}
}Retrieves a detailed breakdown of usage, limits, and available capacity for each meterable product type for a specific organization. This takes into account the organization’s own limits, limits inherited from its parents, and the total capacity available from its subscription.
curl --request GET \
--url https://v1.api.altostrat.io/workspaces/{workspaceId}/organizations/{organizationId}/limits \
--header 'Authorization: Bearer <token>'{
"organization_id": "org_aBcDeFg123456789",
"organization_name": "Engineering Department",
"limits": [
{
"type": "users",
"used": 8,
"direct": 2,
"free": 42,
"org_limit": 50,
"total": 50
}
],
"context": {
"type": "parent",
"name": "ACME Corporation"
}
}Documentation Index
Fetch the complete documentation index at: https://altostrat.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Enter your JWT in the format: Bearer {token}
The ID of the workspace.
"ws_a1b2c3d4e5f6g7h8"
The ID of the organization.
"org_aBcDeFg123456789"
Was this page helpful?