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 acp enum value to the //////// response property for the response status

      response-property-enum-value-added

    • added the new acp enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new acp enum value to the // response property for the response status

      response-property-enum-value-added

    • added the media type application/json for the response with the status

      response-media-type-added