Operations
Lorem ipsum placeholder: document how teams model the live work Supervisor can inspect, summarize, route, and run.
List operations
Lorem ipsum placeholder: explain filters, status values, pagination, and the fields returned for each operation.
curl https://api.supervisor.ai/v1/operations \
-H "Authorization: Bearer $SUPERVISOR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"action": "list",
"status": "all",
"limit": 10
}'