Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

A short-lived Connect token for client-side requests on behalf of an end user. Generate one via the Create Connect token endpoint.

Headers

x-pd-environment
enum<string>
required

The environment in which the server client is running

Available options:
development,
production

Path Parameters

project_id
string
required

The project ID, which starts with proj_.

Pattern: ^proj_[a-zA-Z0-9]+$

Query Parameters

after
string

The cursor to start from for pagination

before
string

The cursor to end before for pagination

limit
integer

The maximum number of results to return

q
string

A search query to filter the triggers

app
string

The ID or name slug of the app to filter the triggers

registry
enum<string>
default:public

The registry to retrieve triggers from

Available options:
public,
private,
all

Response

returns public + private without permission

Response received when retrieving a list of components

data
object[]
required
page_info
object
required