Aex Brain
ReferenceAPI

Get Agentloop

GET
/v1/agentloops/{identity}

Path Parameters

identity*string
Match^[0-9a-f]{64}$

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/agentloops/string"
{  "identity": "string",  "status": "admitted",  "error": {    "code": "string",    "message": "string",    "retryable": true,    "details": null  }}