---
title: "Get integration task management configurations"
method: GET
path: "/api/v2/integration_task_management_configurations"
tags: ["Integration Task Management Configuration"]
---

# Get integration task management configurations

`GET /api/v2/integration_task_management_configurations`

## Query parameters

- `filter` union
  - FilterIntegrationTaskManagementConfiguration
    - `integration_id` union
      - IntegrationId — unresolved $ref
      - object
        - `eq` IntegrationId — unresolved $ref
        - `not_eq` IntegrationId — unresolved $ref
    - `deal_id` union
      - DealId — unresolved $ref
      - object
        - `eq` DealId — unresolved $ref
        - `not_eq` DealId — unresolved $ref
    - `project_id` union
      - ProjectId — unresolved $ref
      - object
        - `eq` ProjectId — unresolved $ref
        - `not_eq` ProjectId — unresolved $ref
  - object
    - `$op` 'or' | 'and', required
- `sort` string[]

## Headers

- `X-Organization-Id` string, required

## Response `200`

Collection of integration task management configurations

---

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