---
title: "List all contact requests"
method: GET
path: "/contact_requests"
tags: ["Contact Requests"]
---

# List all contact requests

`GET /contact_requests`

Returns a list of the contact requests in a given period or for a specific property, if no parameters are provided all the contact requests will be returned

## Query parameters

- `page` integer
- `limit` integer
- `happened_after` string, date-time
- `happened_before` string, date-time
- `property_id` string

## Response `200`

Successful contact requests list request

- ContactRequestList
  - `pagination` Pagination
    - `limit` integer, required
    - `page` integer, required
    - `total` integer
    - `next_page` string, required
  - `content` ContactRequestForList[]
    - `id` integer
    - `name` string
    - `phone` string
    - `email` string
    - `contact_id` integer, nullable — ID of the contact associated with this request. Can be null when the contact request was created by an agent on behalf of an unregistered lead; in that case the name, phone, and email fields reflect the agent who created the request.
    - `property_id` string
    - `message` string
    - `source` string
    - `happened_at` string, date-time

## 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)
