POST
/
apps
/
{app_id}
/
collections
/
{collection_id}
/
records
/
{record_id}
/
run

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

Body

mode
enum<string>
required

Specifies which rules to run

Available options:
all,
changed

Response

200 - application/json

Detailed information about a record

collection_id
string
required

Unique identifier of the collection this record belongs to

collection_name
string
required

Name of the collection this record belongs to

config
object
required

Configuration of the collection this record belongs to

created_at
string | null
required

Timestamp when the record was created

created_by
object
required

User who created this record

entity
object | null
required

Entity associated with this record

id
string
required

Unique identifier for the record

name
string | null
required

Name of the record

rules
object
required

Rules associated with this record

rules_count
number
required

Total number of rules of this record

rules_fail_count
number
required

Number of failed rules

rules_pass_count
number
required

Number of passed rules

rules_warn_count
number
required

Number of rules with warnings

source
enum<string>
required

Source from which the record was created

Available options:
APP,
API,
TRIGGER
status
enum<string>
required

Current status of the record

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

Tags associated with this record

updated_at
string | null
required

Timestamp when the record was last updated

usage
object

Credit usage information of the record