Skip to main content
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>'
{
  "errors": [
    {
      "param": "<string>",
      "details": "<string>"
    }
  ]
}

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

Successful Response