Get trigger source

Gets a single trigger source with full provider_data.

For pipedream sources, provider_data is the Pipedream component
descriptor; for enriched Pipedream sources the response also includes
an import_properties_request.

Native sources also include top-level transport metadata:
delivery_modes, preferred_delivery_mode, and transport_capabilities.

For native sources, provider_data carries:

  • fetch_skill_id — UUID of the synced trigger skill.
  • polling_skill_id — temporary deprecated alias for fetch_skill_id.
  • arg_specs — the Annotated[...] argument specs of the trigger skill.
  • categorytrigger.

The response id is "<provider>:<provider_key>" and can be
round-tripped through the parser used by triggers wiring code.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
enum
required

Provider type (pipedream or native)

Allowed:
string
required

Provider-specific key (e.g., 'gmail-new-email-received' for Pipedream, or the polling skill slug for native sources)

Responses

Callback
Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json