Check for job results

head/sessions/{sessionId}/jobs/{jobId}/results

Determines whether a job has any results.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
jobId
string
true

Specifies the ID of the job to fetch results from.

sessionId
string<object-id>
true

Specifies the ID of the session.

Query Parameters

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

Responses

StatusMeaningDescription
200OK

The request succeeded.

Headers
404Not Found

No job results exist at the requested path.