Get the state of a rule job

get/rules/jobs/{jobId}/state
Internal-Use Only

Retrieves status information for a specified rule job.

Request Samples

1

Response Samples

1pending

Path Parameters

NameTypeRequiredDescription
jobId
string
true

The ID of the rule job.

Responses

StatusMeaningDescription
200OKThe rule job with the specified ID exists. The value of the response is the state of the overall job: pending, running, completed, completedWithErrors, or failed.HeadersSchema
404Not FoundNo rule job with the specified ID was found.Schema