---
title: "Search for Calls"
method: GET
path: "/phone_calls/search"
tags: ["Calls"]
---

# Search for Calls

`GET /phone_calls/search`

This endpoint doesn't consume Apollo credits. Learn more about [API pricing and credits](https://docs.apollo.io/docs/api-pricing).

Use the Search for Calls endpoint to find calls that your team has made or  received using <a href="https://knowledge.apollo.io/hc/en-us/articles/4409140527757-Dialer-Overview" target="_blank">the dialer</a> on Apollo.<br><br>This endpoint requires a master API key. If you call the endpoint without a master key, you receive a `403`  response. Check out <a href="https://docs.apollo.io/docs/create-api-key">Create an API Key</a> to learn how to create a master API key.

## Query parameters

- `date_range[max]` string, date
- `date_range[min]` string, date
- `duration[max]` integer
- `duration[min]` integer
- `inbound` string
- `user_ids[]` string[]
- `contact_label_ids[]` string[]
- `phone_call_purpose_ids[]` string[]
- `phone_call_outcome_ids[]` string[]
- `q_keywords` string
- `page` string
- `per_page` string

## Response `200`

OK

## Other responses

- `401` — 401
- `403` — Forbidden

---

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