v1
protected
triggers
Get Trigger Status
Get trigger status and schedule information.
Returns detailed status information about the trigger, including execution status, rate limiting, and schedule information for cron triggers.
Args: trigger_id: The unique identifier of the trigger user_context: Authentication context trigger_service: Injected trigger service
Returns: Trigger status information
Raises: HTTPException: If trigger not found
get/v1/workspaces/{workspace}/triggers/{trigger_id}/status
Path parameters
trigger_idstring uuid required
workspacestring required
Slug of the workspace the request acts in
Slug of the workspace the request acts in
Response
Successful Response
Changes
Changed in 1 of the 45 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○