Check endpoint availability

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

Determines whether the jobs endpoint is available for a session.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
sessionId
string
true

Specifies the ID of the session.

Query Parameters

NameTypeRequiredDescription
filter
string<filter-criteria>
false

Specifies the filter criteria for returned jobs.

jobId
string
false

Returns only jobs that match this jobId.

limit
integer
false

Specifies the maximum number of jobs to return. The default value is "10".

sortBy
string<sort-criteria>
false

Sorts returned jobs.

start
integer
false

Specifies the offset of the first job to return. The default value is "0".

Responses

StatusMeaningDescription
200OKThe request succeeded.Headers
404Not FoundNo resource exists at the requested path.