Get the state of a rule job

get/rules/jobs/{jobId}/state

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
200OK

The 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 Found

No rule job with the specified ID was found.

Schema