---
title: "Trigger a ticket action"
method: POST
path: "/v1/tickets/{id}/actions"
tags: ["tickets"]
---

# Trigger a ticket action

`POST /v1/tickets/{id}/actions`

Trigger a ticket action by ticket id.

## Path parameters

- `id` string, required

## Headers

- `Workspace` string, required

## Request body

- TicketActionRequest — unresolved $ref

## Response `200`

Success

- TicketActionsResponse
  - `ticketActionsStatus` 'OK' | 'UNABLE_TO_PERFORM_ACTION' | 'ERROR' — The status of the ticket action response

## Other responses

- `400` — Bad request, validation error
- `401` — Unauthorized request
- `403` — Access forbidden
- `429` — Too Many Requests
- `500` — Internal server error

---

[API](https://skmtc.dev/coro/apis/coro-cybersecurity-public-api.md) · [All operations](https://skmtc.dev/coro/apis/coro-cybersecurity-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coro/coro-cybersecurity-public-api/revisions/b635522b2393/schema)
