Skip to main content
cURL
curl --request GET \
 --url https://api.pipedream.com/v1/connect/{project_id}/deployed-triggers \
 --header 'Authorization: Bearer <token>' \
 --header 'x-pd-environment: <x-pd-environment>'
{
 "data": [
 {
 "id": "<string>",
 "owner_id": "<string>",
 "component_id": "<string>",
 "configurable_props": [
 {
 "name": "<string>",
 "type": "alert",
 "content": "<string>",
 "label": "<string>",
 "description": "<string>",
 "optional": true,
 "disabled": true,
 "hidden": true,
 "remoteOptions": true,
 "useQuery": true,
 "reloadProps": true,
 "withLabel": true,
 "alertType": "info"
 }
 ],
 "configured_props": {},
 "active": true,
 "created_at": 123,
 "updated_at": 123,
 "name": "<string>",
 "name_slug": "<string>",
 "type": "DeployedComponent",
 "component_key": "<string>",
 "callback_observations": "<unknown>",
 "emit_on_deploy": true
 }
 ],
 "page_info": {
 "count": 123,
 "total_count": 123,
 "start_cursor": "<string>",
 "end_cursor": "<string>"
 }
}
GET
/
v1
/
connect
/
{project_id}
/
deployed-triggers
cURL
curl --request GET \
 --url https://api.pipedream.com/v1/connect/{project_id}/deployed-triggers \
 --header 'Authorization: Bearer <token>' \
 --header 'x-pd-environment: <x-pd-environment>'
{
 "data": [
 {
 "id": "<string>",
 "owner_id": "<string>",
 "component_id": "<string>",
 "configurable_props": [
 {
 "name": "<string>",
 "type": "alert",
 "content": "<string>",
 "label": "<string>",
 "description": "<string>",
 "optional": true,
 "disabled": true,
 "hidden": true,
 "remoteOptions": true,
 "useQuery": true,
 "reloadProps": true,
 "withLabel": true,
 "alertType": "info"
 }
 ],
 "configured_props": {},
 "active": true,
 "created_at": 123,
 "updated_at": 123,
 "name": "<string>",
 "name_slug": "<string>",
 "type": "DeployedComponent",
 "component_key": "<string>",
 "callback_observations": "<unknown>",
 "emit_on_deploy": true
 }
 ],
 "page_info": {
 "count": 123,
 "total_count": 123,
 "start_cursor": "<string>",
 "end_cursor": "<string>"
 }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

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_.

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

external_user_id
string
required

Your end user ID, for whom you deployed the trigger

emitter_type
enum<string>

Filter deployed triggers by emitter type (defaults to 'source' if not provided) The type of the event emitting interface

Available options:
email,
http,
source,
timer

Response

deployed triggers listed

Response received when listing deployed triggers

data
object[]
required

A component/interface that emits events

page_info
object
required

Was this page helpful?

⌘I

AltStyle によって変換されたページ (->オリジナル) /