Check for job results
head/sessions/{sessionId}/jobs/{jobId}/results
Determines whether a job has any results.
Name | Type | Required | Description |
---|---|---|---|
jobId | string | true | Specifies the ID of the job to fetch results from. |
sessionId | string<object-id> | true | Specifies the ID of the session. |
Name | Type | Required | Description |
---|---|---|---|
filter | string<filter-criteria> | false | Specifies the filter criteria for returned items. |
limit | integer<int32> | false | Specifies the number of items to fetch. |
sortBy | string<sort-criteria> | false | Sorts returned items. |
start | integer<int64> | false | Specifies the offset of the first item in the collection. The first line is at start=0. |