Browse the extensions reference

reports

returns ReportList

List all report definitions for this graph.

Arguments

None. The graph is chosen by the URL, never by an argument.

Returns ReportList

List of report header summaries (used by report list reads).

FieldTypeDescription
reports[Report!]!Report definitions, newest first.

Example

query
{ reports }
curl
curl -X POST "https://api.robosystems.ai/extensions/$GRAPH_ID/graphql" \
  -H "X-API-Key: $ROBOSYSTEMS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"query": "{ reports }"}'