v1

latestOpenAPI 3.0.42026-08-0462132372.2 KB

List deployed triggers

Retrieve all deployed triggers for a specific external user

get/v1/connect/{project_id}/deployed-triggers

Query parameters

afterstring

The cursor to start from for pagination

beforestring

The cursor to end before for pagination

limitinteger

The maximum number of results to return

external_user_idstring required

Your end user ID, for whom you deployed the trigger

emitter_type'email' | 'http' | 'source' | 'timer'

The type of the event emitting interface

Filter deployed triggers by emitter type (defaults to 'source' if not provided)

Headers

x-pd-environment'development' | 'production' required

The environment in which the server client is running

The environment in which the server client is running

Response

deployed triggers listed

Example response

{
  "data": [
    {
      "configurable_props": [
        {
          "app": "github"
        }
      ]
    }
  ],
  "page_info": {
    "count": 10,
    "total_count": 120
  }
}