Agents
Bulk credential-status across all agents (powers the dashboard)
get/api/agents/credential-status
Query parameters
status'idle' | 'busy' | 'offline' | 'waiting_for_credentials'
Response
List of {agentId, status, missing[], lastCheckedAt}
Changes
Changed in 2 of the 104 revisions of this API.31
- ●
added the new
acpenum value to the////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
acpenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
acpenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
- ○
added the media type
application/jsonfor the response with the statusresponse-media-type-added
- ○