---
title: "Trigger Routine"
method: POST
path: "/v2/routines/{routine_id}/trigger"
tags: ["routines"]
---

# Trigger Routine

`POST /v2/routines/{routine_id}/trigger`

## Path parameters

- `routine_id` string, uuid, required

## Response `201`

Successful Response

- RoutineRunResponse
  - `id` string, required
  - `routine_id` string, required
  - `status` string, required
  - `fire_source` string, required
  - `workflow_id` string, required
  - `scheduled_for` string, required
  - `created_at` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/getauctor/apis/fastapi.md) · [All operations](https://skmtc.dev/getauctor/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getauctor/fastapi/revisions/aeb6faa3b8f0/schema)
