---
title: "Show Actions V2"
method: GET
path: "/v2/actions/{id}"
tags: ["Actions V2"]
---

# Show Actions V2

`GET /v2/actions/{id}`

Get a single incident action.

## Path parameters

- `id` string, required

## Response `200`

OK response.

- ActionsV2ShowResponseBody
  - `action` ActionV2, required
    - `assignee` UserV2
      - `email` string — Email address of the user.
      - `id` string, required — Unique identifier of the user
      - `name` string, required — Name of the user
      - `role` 'viewer' | 'responder' | 'administrator' | 'owner' | 'unset', required — DEPRECATED: Role of the user as of March 9th 2023, this value is no longer updated.
      - `slack_user_id` string — Slack ID of the user
    - `completed_at` string, date-time — When the action was completed
    - `created_at` string, date-time, required — When the action was created
    - `description` string, required — Description of the action
    - `id` string, required — Unique identifier for the action
    - `incident_id` string, required — Unique identifier of the incident the action belongs to
    - `status` 'outstanding' | 'completed' | 'deleted' | 'not_doing', required — Status of the action
    - `updated_at` string, date-time, required — When the action was last updated

---

[API](https://skmtc.net/incident/apis/incident-io.md) · [All operations](https://skmtc.net/incident/apis/incident-io/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/incident/incident-io/revisions/602fc25ddd76/schema)
