Check that a list has a running job

head/lists/{listId}/jobs

Checks for the existence of a running job that is associated with a list.

A successful response (for example, 200 OK) indicates that a job is executing for the list. An unsuccessful response (for example, 404 Not Found) indicates that there are no jobs executing for the list.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
listId
string
true

The unique identifier for a list.

Responses

StatusMeaningDescription
200OK

The request succeeded.

Headers
403Forbidden

The user did not have the necessary permissions.

Schema
404Not Found

No item exists at the requested path.

Schema
500Internal Server Error

The request could not be fulfilled because of an unexpected server error.

Schema