---
title: "List Org Connections"
method: GET
path: "/api/v2/org_connections"
tags: ["Org Connections"]
---

# List Org Connections

`GET /api/v2/org_connections`

Returns a list of org connections.

## Query parameters

- `sink_org_id` string
- `source_org_id` string
- `limit` integer
- `offset` integer

## Response `200`

OK

- OrgConnectionListResponse — Response containing a list of org connections.
  - `data` OrgConnection[], required — List of org connections.
    - `attributes` OrgConnectionAttributes, required — Org connection attributes.
      - `connection_types` OrgConnectionTypeEnum[], required — List of connection types.
      - `created_at` string, date-time, required — Timestamp when the connection was created.
    - `id` string, uuid, required — The unique identifier of the org connection.
    - `relationships` OrgConnectionRelationships, required — Related organizations and user.
      - `created_by` OrgConnectionUserRelationship — User relationship.
        - `data` OrgConnectionUserRelationshipData — The data for a user relationship.
          - `id` string — User UUID.
          - `name` string — User name.
          - `type` 'users' — The type of the user relationship.
      - `sink_org` OrgConnectionOrgRelationship — Org relationship.
        - `data` OrgConnectionOrgRelationshipData — The definition of `OrgConnectionOrgRelationshipData` object.
          - `id` string — Org UUID.
          - `name` string — Org name.
          - `type` 'orgs' — The type of the organization relationship.
      - `source_org` OrgConnectionOrgRelationship — Org relationship.
        - `data` OrgConnectionOrgRelationshipData — The definition of `OrgConnectionOrgRelationshipData` object.
          - `id` string — Org UUID.
          - `name` string — Org name.
          - `type` 'orgs' — The type of the organization relationship.
    - `type` 'org_connection', required — Org connection type.
  - `meta` OrgConnectionListResponseMeta — Pagination metadata.
    - `page` OrgConnectionListResponseMetaPage — Page information.
      - `total_count` integer — Total number of org connections.
      - `total_filtered_count` integer — Total number of org connections matching the filter.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too many requests

---

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