---
title: "List all collaborations"
method: GET
path: "/collaborations"
tags: ["Collaborations"]
---

# List all collaborations

`GET /collaborations`

Returns a list of collaborations from your organization.

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

Successful collaboration list request

- CollaborationList
  - `pagination` Pagination
    - `limit` integer, required
    - `page` integer, required
    - `total` integer
    - `next_page` string, required
  - `content` CollaborationForList[]
    - `agency_id` integer
    - `agency_name` string
    - `group` boolean — Indicates whether this collaborator is a group or association.

## Other responses

- `401` — API key is missing or invalid, or a restricted country was selected

---

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