cURL
curl --request GET \ --url https://release0.com/api/v1/agents/{agentId}/results/{resultId}/logs \ --header 'Authorization: Bearer <token>'
{ "logs": [ { "id": "<string>", "createdAt": "<string>", "resultId": "<string>", "status": "<string>", "description": "<string>", "details": "<string>" } ] }
API endpoint to retrieve detailed interaction logs for a specific agent result.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Where to find my agentId?
Successful response
The response is of type object.
object