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

# GET /api/v1/document/documents/{id}/actions/

`GET /api/v1/document/documents/{id}/actions/`

## Path parameters

- `id` string, required

## Query parameters

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

## Response `200`

- DocumentsForUser
  - `pk` integer
  - `name` string, nullable
  - `document_type` string, nullable
  - `project` integer, nullable
  - `status_name` string, required

## Changes

> 5 revisions in range; 1 could not be searched.

- **2021-09-22** `63116f2e9e3e` — 1 breaking, 5 info
  - the response's body type/format changed from `array`/`` to `object`/`` for status `200`
  - added the optional property `document_type` to the response with the `200` status
  - added the optional property `name` to the response with the `200` status
  - added the optional property `pk` to the response with the `200` status
  - …2 more
- **2021-05-24** `8167164be9cc` — 1 info
  - endpoint added
- **2020-12-11** `0957c4a7ae3d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/lexpredict/apis/contraxsuite-api/changes/api/v1/document/documents/:id/actions/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)
