returns ReportList
List all report definitions for this graph.
None. The graph is chosen by the URL, never by an argument.
List of report header summaries (used by report list reads).
| Field | Type | Description |
|---|---|---|
| reports | [Report!]! | Report definitions, newest first. |
{ reports }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 }"}'