---
title: "Fetch all calls"
method: GET
path: "/api/v1/transcripts/calls"
tags: ["calls"]
---

# Fetch all calls

`GET /api/v1/transcripts/calls`

Retrieve a list of calls with optional filtering and pagination. By default, only COMPLETED calls are returned. Use status=ALL to return all statuses.

## Query parameters

- `page` integer
- `page_size` integer
- `status` string
- `symbol` string
- `from` string
- `to` string
- `sort_by` string
- `share_class_figi` string
- `securities` boolean
- `info_only` boolean
- `filter` string

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/benzinga/apis/data-api-proxy.md) · [All operations](https://skmtc.net/benzinga/apis/data-api-proxy/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/benzinga/data-api-proxy/versions/ea334a9e2e05/schema)
