API Reference
Reference for the API
Retrieve the current status of a specific record.
{ "status": "FAILED", "errors": [ { "message": "<string>", "errors": [ { "code": "<string>", "expected": "<string>", "received": "<string>", "path": [ "<string>" ], "message": "<string>" } ], "key": "<string>" } ] }
The ID of the app
The ID of the collection
The ID of the record
Status information of a record, including any validation errors
Current status of the record
DRAFT
QUEUED
RUNNING
CANCELLED
COMPLETED
FAILED
"FAILED"
List of errors if the record failed validation
Show child attributes
Was this page helpful?