Browse the API reference

Get Graph Tier Capacity

get/v1/graphs/capacity

Part of Graphs.

Status per tier: ready (slot available) or at_capacity (contact support).

Authentication

Authenticate in any one of these ways — not all of them:

  • API key in the X-API-Key header.
  • Bearer token in the Authorization header.

Example request

curl
curl -X GET "https://api.robosystems.ai/v1/graphs/capacity" \
  -H "X-API-Key: $ROBOSYSTEMS_API_KEY"

Responses

200 Successful Response

FieldTypeDescription
tiersrequiredTierCapacity[]

Capacity status per tier

TierCapacity fields
FieldTypeDescription
tierrequiredstring

Tier identifier (e.g. ladybug-standard)

display_namerequiredstring

Human-readable tier name

statusrequiredstring

Capacity status: ready or at_capacity

messagerequiredstring

Human-readable status message for frontend display

StatusMeaning
400Invalid request
401Authentication required
403Access denied
429Rate limit exceeded
500Internal server error