GET
/
apps
/
{app_id}
/
collections
/
{collection_id}
/
records
/
{record_id}
/
status

Path Parameters

app_id
string
required

The ID of the app

collection_id
string
required

The ID of the collection

record_id
string
required

The ID of the record

Response

200 - application/json

Status information of a record, including any validation errors

status
enum<string>
required

Current status of the record

Available options:
DRAFT,
QUEUED,
RUNNING,
CANCELLED,
COMPLETED,
FAILED
errors
object[]

List of errors if the record failed validation