cURL
curl --request GET \ --url https://release0.com/api/v1/agents \ --header 'Authorization: Bearer <token>'
{ "agents": [ { "name": "<string>", "icon": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "id": "<string>", "url": "<string>", "description": "<string>", "publicId": "<string>", "isPublished": true, "publishedAt": "<string>", "domainId": "<string>", "accessRight": "read", "tags": [ "<string>" ] } ] }
API endpoint to retrieve a list of all agents associated with the current workspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
🚀 Where to find my workspace ID?
Successful response
The response is of type object.
object