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

---

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