Browse the API reference

Get Available Schema Extensions

get/v1/graphs/extensions

Part of Graphs.

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/extensions" \
  -H "X-API-Key: $ROBOSYSTEMS_API_KEY"

Responses

200 Successful Response

FieldTypeDescription
extensionsrequiredAvailableExtension[]
AvailableExtension fields
FieldTypeDescription
namerequiredstring
display_nameoptionalstring
descriptionrequiredstring
enabledoptionalboolean

Default: false

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