Check for session results

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

Determines whether the session has any results.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
sessionId
string<object-id>
true

Specifies the ID of the session.

Query Parameters

NameTypeRequiredDescription
limit
integer<int32>
false

Specifies the number of items that were requested.

start
integer<int64>
false

Specifies the offset of the first item in the collection. The first line is at start=0.

Responses

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