---
title: "List integration executors"
method: GET
path: "/shipping_integrations/integration_executors/list/v1"
tags: ["/shipping_integrations"]
---

# List integration executors

`GET /shipping_integrations/integration_executors/list/v1`

Lists all distinct integration executor organizations that have credentials configured across any shipping integration, with public organization data expanded. | authz: min_org_role=operator | () -> (ShippingIntegrationIntegrationExecutorListRes)

## Response `200`

Successful Response

- ShippingIntegrationIntegrationExecutorListRes
  - `items` ShippingIntegrationIntegrationExecutor[], required
    - `integration_executor_org_id` string, required — Must be a string starting with `org_`
    - `integration_executor_org` OrgPublicData1 — unresolved $ref
    - `integration_executor_org_name` string, nullable
    - `integrations` OrgShippingIntegrationEnum1[]
  - `total_count` integer, required

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chrt/chrt-fastapi/revisions/ea04e157edb3/schema)
