Browse the API reference

Handle Http Get

get/extensions/{graph_id}/graphql

Part of Extensions: GraphQL.

Auth: pass X-API-Key (or a JWT Authorization: Bearer header). Unauthenticated introspection queries are deliberately allowed for SDK codegen; data queries require credentials and raise UNAUTHENTICATED.

Error codes: LEDGER_NOT_INITIALIZED, INVESTOR_NOT_INITIALIZED, and UNAUTHENTICATED surface in the GraphQL errors[].extensions.code field — see graphql/README.md for the full vocabulary.

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.

Path parameters

NameTypeDescription
graph_idrequiredstringGraph Id

Example request

curl
curl -X GET "https://api.robosystems.ai/extensions/{graph_id}/graphql" \
  -H "X-API-Key: $ROBOSYSTEMS_API_KEY"

Responses

200 The GraphiQL integrated development environment.

Response
"string"
StatusMeaning
401Unauthorized — credentials presented but invalid
403Forbidden — caller cannot access this graph
404Not found if GraphiQL or query via GET are not enabled.
422Validation Error
429Rate limit exceeded