Check endpoint availability
head/sessions/{sessionId}/jobs
Determines whether the jobs endpoint is available for a session.
Name | Type | Required | Description |
---|---|---|---|
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". |