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)
curl --request GET \
--url https://api.primeintellect.ai/api/v1/pods/{pod_id}/log \
--header 'Authorization: Bearer <token>'{
"errors": [
{
"param": "<string>",
"details": "<string>"
}
]
}Was this page helpful?