Get Available Graph Tiers
get
/v1/graphs/tiersPart of Graphs.
Authentication
Authenticate in any one of these ways — not all of them:
- API key in the
X-API-Keyheader. - Bearer token in the
Authorizationheader.
Query parameters
| Name | Type | Description |
|---|---|---|
include_disabledoptional | boolean | Include Disabled Default: |
Example request
curl
curl -X GET "https://api.robosystems.ai/v1/graphs/tiers" \
-H "X-API-Key: $ROBOSYSTEMS_API_KEY"Responses
200 Successful Response
| Field | Type | Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
tiersrequired | GraphTierInfo[] | List of available tiers GraphTierInfo fields
|
| Status | Meaning |
|---|---|
| 400 | Invalid request |
| 401 | Authentication required |
| 403 | Access denied |
| 422 | Validation Error |
| 429 | Rate limit exceeded |
| 500 | Internal server error |