Admin
admin

Trigger Job

Manually trigger a scheduled job by ID.

Looks up the job_id in JOB_TRIGGER_MAP, then makes an internal HTTP POST to the corresponding /api/tasks/* endpoint using the scheduler secret from Google Secret Manager. This produces the same behavior as Cloud Scheduler firing the job on its cron schedule.

Returns the task endpoint's raw response plus metadata about which endpoint was actually invoked.

post/api/admin/jobs/{job_id}/trigger

Path parameters

job_idstring required

Response

Successful Response

{"stackTrail":"paths:/api/admin/jobs/{job_id}/trigger:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.