Skip to main content
GET
Get Record 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
Example:

"FAILED"

errors
object[]

List of errors if the record failed validation