Check for a job listing

head/sessions/{sessionId}/jobs/{jobId}/listing
Internal-Use Only

Determines whether a job listing exists.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
jobId
string
true

Specifies the ID of the job.

sessionId
string
true

Specifies the ID of the session.

Query Parameters

NameTypeRequiredDescription
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.

type
string
false

Restricts listing information 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.

Responses

StatusMeaningDescription
200OKThe request succeeded.Headers
400Bad RequestThe request was invalid.
404Not FoundNo resource exists at the requested path.