Skip to content

Trigger Schedule

POST
/api/v1/workflows/schedules/trigger

Trigger a scheduled workflow execution.

Called by Cloud Scheduler via HTTP callback. Loads the schedule configuration, resolves the template, and fires the workflow execution in the background.

This endpoint does not require user authentication — it is called by Cloud Scheduler with the schedule_id and tenant_id.

Authorizations

Request Body required

Request body for triggering a scheduled workflow.

Used by Cloud Scheduler callbacks to fire a scheduled workflow execution.

Attributes: schedule_id: The schedule to trigger. tenant_id: The tenant owning the schedule.

object
schedule_id
required
string
tenant_id
required
string

Responses

202

Successful Response

object
key
additional properties
any

422

Validation Error

object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string