---
title: "GET /brokers"
method: GET
path: "/brokers"
tags: ["brokers"]
---

# GET /brokers

`GET /brokers`

Returns list of brokers

## Query parameters

- `with_total` boolean
- `page` integer
- `per` integer
- `email` string

## Response `200`

Returns list of brokers

- EndpointsBrokers — Endpoints_Brokers model
  - `data` BrokerEntity[]
    - `id` integer
    - `first_name` string
    - `last_name` string
    - `salutation` string
    - `academic_title` string
    - `avatar_url` string
    - `position` integer
    - `email` string
    - `color` string
    - `locale` string
    - `description` string
    - `cell` string
    - `phone` string
    - `public_cell` string
    - `public_phone` string
    - `team_id` integer
    - `access_team_ids` integer[]
    - `custom_fields` object
    - `role` 'owner' | 'user' | 'free_user' | 'technical' | 'consulting'
    - `archived` boolean
    - `blocked` boolean
  - `total` integer — Show the total count of brokers

## Other responses

- `400` — validation_error
- `401` — authentication_error
- `403` — authorization_error
- `404` — not_found_error
- `422` — validation_error
- `500` — internal_server_error

---

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