---
title: "Get document_styles"
method: GET
path: "/api/v2/document_styles"
tags: ["Document Styles"]
---

# Get document_styles

`GET /api/v2/document_styles`

List document styles.

## Query parameters

- `sort` string[]
- `filter` union — Filter schema for `document_style` list endpoints — pass a single condition or a logical group.
  - FilterDocumentStyle — Filter parameters for document styles.
    - `id` union — Filter by document style ID.
      - object — Filter using explicit operator syntax.
        - `not_contain` Id — unresolved $ref
        - `not_eq` Id — unresolved $ref
        - `contains` Id — unresolved $ref
        - `eq` Id — unresolved $ref
      - Id — unresolved $ref
    - `name` union — Filter by document style name (text search).
      - Name — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `contains` Name — unresolved $ref
        - `not_contain` Name — unresolved $ref
        - `eq` Name — unresolved $ref
        - `not_eq` Name — unresolved $ref
  - object — A logical filter group — combine multiple conditions with the `$op` operator.
    - `$op` 'or' | 'and', required — Logical operator combining conditions in this group. `or` matches records satisfying any condition; `and` requires all conditions to match.

## Headers

- `X-Organization-Id` string, required

## Response `200`

Collection document style

## Other responses

- `403` — Forbidden

---

[API](https://skmtc.net/productive/apis/api-documentation.md) · [All operations](https://skmtc.net/productive/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/productive/api-documentation/revisions/11e8576224b8/schema)
