Check job log availability
head/sessions/{sessionId}/jobs/{jobId}/log
Determines whether there is currently a log for a job.
Name | Type | Required | Description |
---|---|---|---|
jobId | string | true | Specifies the ID of the job. |
sessionId | string | true | Specifies the ID of the session. |
Name | Type | Required | Description |
---|---|---|---|
limit | integer<int32> | false | Specifies the number of items in this page. Default: 100 |
start | integer<int64> | false | Specifies the offset of the first item in the collection. The first line is at start=0. |
timeout | integer | false | Specifies the request time-out in seconds. If no log lines are available in this time period, an empty collection is returned. |
type | string | false | Restricts a log collection to those entries whose type matches the query. Specify multiple types by separating them with a '|'. For example, you might specify ?type=error or ?type=error|warning. |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Headers | |
400 | Bad Request | The request was invalid. | ||
404 | Not Found | No resource exists at the requested path. |