Skip to main content
GET
/
v1
/
agents
List all agents
curl --request GET \
  --url https://grantex-auth-dd4mtrt2gq-uc.a.run.app/v1/agents \
  --header 'Authorization: Bearer <token>'
{
  "agents": [
    {
      "agentId": "<string>",
      "did": "<string>",
      "developerId": "<string>",
      "name": "<string>",
      "description": "<string>",
      "scopes": [
        "<string>"
      ],
      "status": "active",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Developer API key

Response

200 - application/json

Agent list

agents
object[]