---
title: "GET /api/v1/common/actions/{id}/"
method: GET
path: "/api/v1/common/actions/{id}/"
tags: ["common", "v1"]
---

# GET /api/v1/common/actions/{id}/

`GET /api/v1/common/actions/{id}/`

Retrieve Action

## Path parameters

- `id` string, required

## Query parameters

- `project_id` integer
- `document_id` integer
- `view_actions` string[]
- `jq_filters` object

## Response `200`

- Action
  - `id` integer
  - `name` string
  - `message` string, nullable
  - `view_action` string, nullable
  - `object_pk` string, nullable
  - `model_name` string, nullable
  - `date` string, date-time
  - `user__name` string
  - `user__initials` string
  - `user_photo_url` string
  - `request_data` object, nullable

## Changes

- **2021-09-22** `63116f2e9e3e` — 1 breaking, 11 info
  - the response's body type/format changed from `array`/`` to `object`/`` for status `200`
  - added the optional property `date` to the response with the `200` status
  - added the optional property `id` to the response with the `200` status
  - added the optional property `message` to the response with the `200` status
  - …8 more
- **2021-05-24** `8167164be9cc` — 3 breaking, 7 warning, 3 info
  - the response's body type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the required property `content_type` from the response with the `200` status
  - removed the required property `user` from the response with the `200` status
  - removed the optional property `app_label` from the response with the `200` status
  - …9 more
- **2020-12-11** `0957c4a7ae3d` — 10 warning, 5 info
  - deleted the `query` request parameter `document_id`
  - deleted the `query` request parameter `project_id`
  - deleted the `query` request parameter `view_actions`
  - removed the optional property `id` from the response with the `200` status
  - …11 more

[Change history](https://skmtc.dev/lexpredict/apis/contraxsuite-api/changes/api/v1/common/actions/:id/get.md)

---

[API](https://skmtc.dev/lexpredict/apis/contraxsuite-api.md) · [All operations](https://skmtc.dev/lexpredict/apis/contraxsuite-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lexpredict/contraxsuite-api/revisions/3429f921b4cb/schema)
