Skip to main content
GET
/
v1
/
acp
cURL
curl --request GET \
  --url http://localhost:2468/v1/acp
{
  "servers": [
    {
      "agent": "<string>",
      "createdAtMs": 123,
      "serverId": "<string>"
    }
  ]
}

Response

200 - application/json

Active ACP server instances

servers
object[]
required