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

Path Parameters

app_id
string
required

The ID of the app

collection_id
string
required

The ID of the collection

Response

200 - application/json

Detailed information about a collection including its config (rules, triggers, etc.)

app
object
required

Public information about an app (organization)

config
object | null
required
created_at
string | null
required

Timestamp when the collection was created

deleted
boolean
required

Has the collection been deleted

description
string | null
required

Description of the collection

id
string
required

Unique identifier for the collection

name
string
required

Name of the collection

records_count
number
required

How many records are in the collection

tags
object[]
required

Tags attached to this collection

triggers
object[]
required

Triggers associated with the collection

updated_at
string | null
required

Timestamp when the collection was last updated

visibility
enum<string>
required

Who can see this collection

Available options:
PUBLIC,
PRIVATE