---
title: "List Platform Actions"
method: GET
path: "/v1/platform_actions"
tags: ["Platform Actions"]
---

# List Platform Actions

`GET /v1/platform_actions`

Shows Platform Actions associated with your account.
Additional details for a specific platform action can be obtained by using the **GET Platform Action** endpoint.

Platform Actions are operational issues that prevent Huntress from fully monitoring or protecting your environment. They notify account administrators of configuration or health problems that require their attention. Common examples include:
 - The Huntress security platform is unable to send incident reports to your PSA system and we need you to reconfigure the integration.
 - Microsoft Defender has been disabled on a host and is no longer providing real-time protection.
 - A Microsoft 365 integration is failing due to an authentication or consent error.
 - A log source has stopped reporting events to the platform or its REST API connection is failing.
 - An on-premises identity sync is mis-configured.
 - A host is low on disk space, impacting EDR functionality.

 Though Platform Actions are not incident reports, they do have severities (low, high, critical) associated with them that dictate an expected response time.

## Query parameters

- `limit` integer
- `page_token` string
- `sort_field` 'id' | 'severity' | 'due_at' | 'created_at' | 'updated_at'
- `sort_direction` 'asc' | 'desc'
- `status` 'open' | 'overdue' | 'resolved'
- `severity` 'low' | 'high' | 'critical'
- `subtype` string
- `organization_id` integer

## Response `200`

List Platform Actions

- object
  - `platform_actions` PlatformAction[], required
    - `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.
  - `pagination` Pagination, required — Pagination model
    - `next_page_url` string
    - `next_page_token` string

## 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)
