curl --request GET \
--url https://api.example.com/api/v1/agents{
"items": [
{
"id": "<string>",
"gateway_id": "<string>",
"board_id": "<string>",
"name": "<string>",
"status": "<string>",
"gateway_agent_id": "<string>",
"workspace_path": "<string>",
"is_mc_agent": true,
"is_board_lead": true,
"is_gateway_main": true,
"openclaw_session_id": "<string>",
"last_seen_at": {},
"created_at": {},
"updated_at": {},
"heartbeat_config": {},
"identity_profile": {}
}
],
"total": 123,
"limit": 123,
"offset": 123
}List agents visible to the active organization admin
curl --request GET \
--url https://api.example.com/api/v1/agents{
"items": [
{
"id": "<string>",
"gateway_id": "<string>",
"board_id": "<string>",
"name": "<string>",
"status": "<string>",
"gateway_agent_id": "<string>",
"workspace_path": "<string>",
"is_mc_agent": true,
"is_board_lead": true,
"is_gateway_main": true,
"openclaw_session_id": "<string>",
"last_seen_at": {},
"created_at": {},
"updated_at": {},
"heartbeat_config": {},
"identity_profile": {}
}
],
"total": 123,
"limit": 123,
"offset": 123
}Returns a paginated list of agents for the authenticated user’s organization. Results can be filtered by board, gateway, or whether the agent is managed by Mission Control.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/JorgeMedinaArauna/OpenClaw-Mission_control/llms.txt
Use this file to discover all available pages before exploring further.
Authorization: Bearer <token> header.
true) or manually configured agents (false)provisioning, ready, active, idle, paused, deletedagent-01J...)/home/ubuntu/.openclaw/workspace-main)sess_01J...){
"interval_seconds": 30,
"missing_tolerance": 120
}
{
"role": "incident_lead",
"skill": "triage"
}
curl -X GET "https://api.example.com/api/v1/agents?board_id=550e8400-e29b-41d4-a716-446655440000&limit=20" \
-H "Authorization: Bearer your-token-here"
{
"items": [
{
"id": "c91361ef-6d85-439c-82e1-8f388a302e6a",
"gateway_id": "55cc268a-4b45-400f-accf-201e025232ac",
"board_id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Clawd-CFO",
"status": "active",
"gateway_agent_id": "agent-01JCXYZ123",
"workspace_path": "/home/ubuntu/.openclaw/workspace-mc-c91361ef",
"is_mc_agent": true,
"is_board_lead": true,
"is_gateway_main": false,
"openclaw_session_id": "agent:mc-c91361ef-6d85-439c-82e1-8f388a302e6a:main",
"last_seen_at": "2026-03-05T10:30:00Z",
"created_at": "2026-03-01T08:00:00Z",
"updated_at": "2026-03-05T10:30:00Z",
"heartbeat_config": {
"interval_seconds": 60
},
"identity_profile": {
"role": "board_lead",
"specialty": "financial_ops"
}
}
],
"total": 1,
"limit": 20,
"offset": 0
}
board_id to show board-specific agentsgateway_id to see all agents on a specific gatewaylast_seen_at to identify offline agents