Workday announces intent to acquire Pipedream Learn more
cURL
curl --request GET \ --url https://api.pipedream.com/v1/connect/{project_id}/deployed-triggers/{trigger_id}/events \ --header 'Authorization: Bearer <token>' \ --header 'x-pd-environment: <x-pd-environment>'
{ "data": [ { "e": {}, "k": "<string>", "ts": 123, "id": "<string>" } ] }
Retrieve recent events emitted by a deployed trigger
development
production
Show child attributes
Was this page helpful?