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

Path Parameters

app_id
string
required

The ID of the app

collection_id
string
required

The ID of the collection

Query Parameters

verbose
enum<string>[]

Properties to include in the record response

Available options:
all
search
string
status
enum<string>
Available options:
ALL,
DRAFT,
QUEUED,
RUNNING,
CANCELLED,
COMPLETED,
FAILED
tags
string[]
page
number

Page number

take
number

Number of items to take

Response

200 - application/json
id
string
required

Unique identifier for the record

name
string | null
required

Name of the record

status
enum<string>
required

Current status of the record

Available options:
DRAFT,
QUEUED,
RUNNING,
CANCELLED,
COMPLETED,
FAILED
source
enum<string>
required

Source from which the record was created

Available options:
APP,
API,
TRIGGER
usage
object

Credit usage information of the record

rules_count
number
required

Total number of rules of this record

rules_pass_count
number
required

Number of passed rules

rules_fail_count
number
required

Number of failed rules

rules_warn_count
number
required

Number of rules with warnings

rules
object
required

Rules associated with this record

config
object
required

Configuration of the collection this record belongs to

collection_name
string
required

Name of the collection this record belongs to

collection_id
string
required

Unique identifier of the collection this record belongs to

created_by
object | null
required

User who created this record

entity
object | null
required

Entity associated with this record

tags
object[]
required

Tags associated with this record

created_at
string | null
required

Timestamp when the record was created

updated_at
string | null
required

Timestamp when the record was last updated