cURL
curl --request GET \ --url https://release0.com/api/v1/agents/{agentId}/publishedAgent \ --header 'Authorization: Bearer <token>'
{ "publicAgent": null }
API endpoint to retrieve the published version of an agent with its configuration.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Where to find my agentId?
Successful response