Triggers
List trigger credentials
Returns the credentials currently in scope for this trigger: the explicit credential_ids, or the current matches of credential_filter. This is the set that will get runs on the next fire. Each entry is a standard credential object.
get/triggers/{trigger_id}/credentials
Path parameters
trigger_idstring required
Unique identifier for the trigger (prefixed with trg_).
Query parameters
Maximum number of items to return (1-100, default 20)
cursorstring
Cursor from a previous response for pagination.
Response
OK