---
title: "Get integration"
method: GET
path: "/api/v2/integrations"
tags: ["Integrations"]
---

# Get integration

`GET /api/v2/integrations`

List integrations.

## Query parameters

- `sort` string[]
- `filter` union — Filter schema for `integration` list endpoints — pass a single condition or a logical group.
  - 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.
  - FilterIntegration — Available filter parameters for querying integration records.
    - `deal_id` union — Filter by the associated deal.
      - object — Operator object — supports eq, not_eq, contains, not_contain.
        - `contains` DealId — unresolved $ref
        - `not_eq` DealId — unresolved $ref
        - `not_contain` DealId — unresolved $ref
        - `eq` DealId — unresolved $ref
      - DealId — unresolved $ref
    - `jira_organization` union — Filter by Jira organization name or key (Jira integrations only).
      - object — Operator object — supports eq, not_eq, contains, not_contain.
        - `not_eq` JiraOrganization — unresolved $ref
        - `contains` JiraOrganization — unresolved $ref
        - `eq` JiraOrganization — unresolved $ref
        - `not_contain` JiraOrganization — unresolved $ref
      - JiraOrganization — unresolved $ref
    - `project_id` union — Filter by the associated project.
      - object — Operator object — supports eq, not_eq, contains, not_contain.
        - `not_contain` ProjectId — unresolved $ref
        - `contains` ProjectId — unresolved $ref
        - `eq` ProjectId — unresolved $ref
        - `not_eq` ProjectId — unresolved $ref
      - ProjectId — unresolved $ref
    - `project_status` union — Filter by project status (e.g. active, archived).
      - ProjectStatus — unresolved $ref
      - object — Operator object — supports eq, not_eq, contains, not_contain.
        - `eq` ProjectStatus — unresolved $ref
        - `not_eq` ProjectStatus — unresolved $ref
        - `contains` ProjectStatus — unresolved $ref
        - `not_contain` ProjectStatus — unresolved $ref
    - `integration_type_id` union — Filter by integration type ID (e.g. Jira, Slack, QuickBooks).
      - IntegrationTypeId — unresolved $ref
      - object — Operator object — supports eq, not_eq, contains, not_contain.
        - `eq` IntegrationTypeId — unresolved $ref
        - `not_eq` IntegrationTypeId — unresolved $ref
        - `not_contain` IntegrationTypeId — unresolved $ref
        - `contains` IntegrationTypeId — unresolved $ref
    - `subsidiary_id` union — Filter by the associated subsidiary.
      - SubsidiaryId — unresolved $ref
      - object — Operator object — supports eq, not_eq, contains, not_contain.
        - `eq` SubsidiaryId — unresolved $ref
        - `not_eq` SubsidiaryId — unresolved $ref
        - `not_contain` SubsidiaryId — unresolved $ref
        - `contains` SubsidiaryId — unresolved $ref
    - `jira_project` union — Filter by Jira project key (Jira integrations only).
      - object — Operator object — supports eq, not_eq, contains, not_contain.
        - `not_contain` JiraProject — unresolved $ref
        - `contains` JiraProject — unresolved $ref
        - `eq` JiraProject — unresolved $ref
        - `not_eq` JiraProject — unresolved $ref
      - JiraProject — unresolved $ref

## Headers

- `X-Organization-Id` string, required

## Response `200`

Collection integration

---

[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/82ff0be36937/schema)
