cURL
curl --request GET \ --url https://api.primeintellect.ai/api/v1/pods/{pod_id}/log \ --header 'Authorization: Bearer <token>'
{ "errors": [ { "param": "<string>", "details": "<string>" } ] }
Get logs for a pod.
Args: tail: Number of most recent logs to return (default: 100)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response