---
title: "List CRM filling templates"
method: GET
path: "/crm-filling-templates"
tags: ["CRM Filling Templates"]
---

# List CRM filling templates

`GET /crm-filling-templates`

Returns a paginated list of CRM filling templates. Supports filtering by status.

## Query parameters

- `page` integer — Page number (1-based)
- `size` integer — Number of items per page
- `status` 'pending' | 'published' — Filter by template status

## Response `200`

Paginated list of CRM filling templates

- CrmFillingTemplateListResponse
  - `data` CrmFillingTemplate[], required
    - `uuid` string, uuid, required — Template UUID
    - `title` string, required — Template title
    - `status` 'pending' | 'published', required — Template status. `pending` means in draft, `published` means active.
    - `language` string, required — Language code (BCP 47)
    - `callDurationMin` integer, nullable, required — Minimum call duration filter (seconds)
    - `callDurationMax` integer, nullable, required — Maximum call duration filter (seconds)
    - `providers` string[], required — List of call providers this template applies to
    - `teamIds` integer[], required — IDs of teams this template is assigned to
    - `tagIds` integer[], required — IDs of tags this template is filtered by
    - `createdOn` string, nullable, required — Creation timestamp (ISO 8601)
    - `modifiedOn` string, nullable, required — Last modification timestamp (ISO 8601)
  - `pagination` object, required
    - `page` number, required — Current page number
    - `size` number, required — Items per page
    - `total` number, required — Total number of items

---

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