Records
Get Record Status
Retrieve the current status of a specific record.
GET
Path Parameters
The ID of the app
The ID of the collection
The ID of the record
Response
200 - application/json
Status information of a record, including any validation errors
Current status of the record
Available options:
DRAFT
, QUEUED
, RUNNING
, CANCELLED
, COMPLETED
, FAILED
Example:
"FAILED"
List of errors if the record failed validation
Detailed information about a rule execution error
Was this page helpful?