GET
/
apps
/
{app_id}
/
collections

Path Parameters

app_id
string
required

The ID of the app

Query Parameters

search
string

What you want to search for in collections

visibility
enum<string>

Visibility filter for your search

Available options:
ALL,
PUBLIC,
PRIVATE
tags
string[]

Tags to filter collections by (you can use up to 20)

page
number

Page number

take
number

Number of items to take

Response

200 - application/json
id
string
required

Unique identifier for the collection

name
string
required

Name of the collection

description
string | null
required

Description of the collection

app
object
required

Public information about an app (organization)

config
object | null
required

Configuration of the collection. Including rules, triggers, etc.

visibility
enum<string>
required

Who can see this collection

Available options:
PUBLIC,
PRIVATE
tags
object[]
required

Tags attached to this collection

records_count
number
required

How many records are in the collection

deleted
boolean
required

Has the collection been deleted

triggers
object[]
required

Triggers associated with the collection

created_at
string | null
required

Timestamp when the collection was created

updated_at
string | null
required

Timestamp when the collection was last updated