Stasis
Jobs

Get job logs

Get the logs for a specific job

GET
/api/v1/jobs/{job_id}/logs
X-API-Key<token>

In: header

Path Parameters

job_id*string

Response Body

application/json

curl -X GET "https://example.com/api/v1/jobs/497f6eca-6276-4993-bfeb-53cbbbba6f08/logs"
[
  {
    "timestamp": "2019-08-24T14:15:22Z",
    "step": "string",
    "message": "string",
    "level": "info"
  }
]
Empty