JavaScript
Triggers
Get trigger by ID
Retrieves a specific trigger by its ID. Accepts both public and secret keys.
GET
JavaScript
Authorizations
Chave de API do tenant (publishable key ou secret key)
Headers
Chave de API do tenant (publishable key ou secret key)
Path Parameters
Trigger identifier
Example:
"trg_abc123def456"
Response
Trigger retrieved successfully
Unique trigger identifier
Example:
"trg_abc123def456"
Tenant identifier
Example:
"tenant_123"
Workflow version identifier
Example:
"wfv_abc123def456"
Trigger name
Example:
"User Registration Webhook"
Trigger type
Available options:
schedule, webhook Example:
"webhook"
Trigger configuration
Whether the trigger is active
Example:
true
Creation timestamp
Example:
"2024-01-15T10:30:00.000Z"
Last update timestamp
Example:
"2024-01-15T10:30:00.000Z"
Sub-tenant identifier
Example:
"sub_tenant_456"

