Portabase DashboardAPIAgents
List agents
Authorization
apiKeyAuth x-api-key<token>
API key generated from the Portabase dashboard. Pass as the x-api-key header.
In: header
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/agents"{ "data": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "slug": "string", "version": "string", "name": "string", "healthErrorCount": -2147483648, "description": "string", "isArchived": true, "lastContact": "2019-08-24T14:15:22Z", "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9", "updatedAt": "2019-08-24T14:15:22Z", "createdAt": "2019-08-24T14:15:22Z", "deletedAt": "2019-08-24T14:15:22Z" } ]}