---
title: "Trigger Job"
method: POST
path: "/api/admin/jobs/{job_id}/trigger"
tags: ["Admin", "admin"]
---

# Trigger Job

`POST /api/admin/jobs/{job_id}/trigger`

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.

## Path parameters

- `job_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/primetime/apis/primetime-media-api.md) · [All operations](https://skmtc.dev/primetime/apis/primetime-media-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/primetime/primetime-media-api/revisions/9da9a9f64e11/schema)
