Skip to main content
GET
/
api
/
jobs
/
{submission_id}
/
logs
Get job logs
curl --request GET \
  --url http://{host}:{port}/api/jobs/{submission_id}/logs
{
  "logs": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://ray-preview.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

submission_id
string
required

Response

Logs

logs
string