---
title: "Retrieve details about the state of manual actions for a canonical group"
method: GET
path: "/v0/messages/groups/{id}/action-state"
tags: ["Messages"]
---

# Retrieve details about the state of manual actions for a canonical group

`GET /v0/messages/groups/{id}/action-state`

Retrieve details about the state of manual actions for a canonical group

## Path parameters

- `id` string, required

## Query parameters

- `created_at__gte` string, date-time, nullable — Only return action states created after this time
- `limit` integer — The maximum number of action states to return. If the value exceeds the maximum, then the maximum value will be used.
- `offset` integer — The (zero-based) offset of the action states to return

## Response `200`

OK

- HandlersGetMessageCanonicalGroupTasksResponse
  - `actions` ActionsTypesActionEventCounts[] — Tasks associated with the message group
    - `action_type` string — The type of the action that was applied
    - `attempts` integer — The number of attempts made to apply the action
    - `change` string — The type of change that was made (either applied or reverted)
    - `created_at` string, date-time — The time the action event was created
    - `id` string — The ID of the action event
    - `total` integer — The total number of messages that the action was applied to

---

[API](https://skmtc.net/sublime/apis/sublime-platform-api.md) · [All operations](https://skmtc.net/sublime/apis/sublime-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sublime/sublime-platform-api/versions/d5df82850357/schema)
