GET
/
api
/
v1
/
pods
/
{pod_id}
/
log
Get Pod Logs Api
curl --request GET \
  --url https://api.primeintellect.ai/api/v1/pods/{pod_id}/log \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

pod_id
string
required

Query Parameters

tail
integer | null

Response

200
application/json

Successful Response

The response is of type any.