---
title: "Get Platform Action"
method: GET
path: "/v1/platform_actions/{id}"
tags: ["Platform Actions"]
---

# Get Platform Action

`GET /v1/platform_actions/{id}`

Shows details on a single Platform Action associated with your account.

## Path parameters

- `id` integer, required

## Response `200`

Get Platform Action

- object
  - `platform_action` PlatformActionWithEntities — PlatformActionWithEntities model
    - `id` integer — A Huntress-unique identifier for the Platform Action.
    - `account` unknown
    - `organizations` string[] — An array of Organizations this Platform Action pertains to.
    - `created_at` string, date-time — ISO-8601 formatted timestamp for when this Platform Action was created.
    - `resolved_at` string, date-time — ISO-8601 formatted timestamp for when this Platform Action was resolved.
    - `severity` 'low' | 'high' | 'critical' — The severity of the Platform Action.
    - `status` 'open' | 'sent' | 'resolved' — The status of the Platform Action.
    - `subject` string — The subject of the Platform Action.
    - `subtype` string — An additional classifier for the Platform Action. The interpretation depends on the Platform Action type.
    - `type` string — The type of the Platform Action.
    - `updated_at` string, date-time — ISO-8601 formatted timestamp for when this Platform Action was last updated.
    - `entities` unknown, required

## Other responses

- `403` — There was an issue with your API credential or permissions.

---

[API](https://skmtc.net/huntress/apis/huntress-api-reference.md) · [All operations](https://skmtc.net/huntress/apis/huntress-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/huntress/huntress-api-reference/revisions/94acb422c07d/schema)
