---
title: "Fetch call by ID"
method: GET
path: "/api/v1/transcripts/calls/{call_id}"
tags: ["calls"]
---

# Fetch call by ID

`GET /api/v1/transcripts/calls/{call_id}`

Retrieve detailed information about a specific call by its ID

## Path parameters

- `call_id` string, required

## Query parameters

- `audio` boolean
- `pdf` boolean
- `assets` boolean
- `clean` boolean
- `format` string

## Response `200`

OK

- DomainCalls
  - `call_id` string
  - `call_title` string
  - `created_at` string
  - `deleted_at` string
  - `description` string
  - `duration` integer
  - `end_time` string
  - `exchange` string
  - `figis` string[]
  - `headline` string
  - `name` string
  - `participants` DomainParticipants[]
    - `call_id` string
    - `deleted_at` string
    - `human_verified` boolean
    - `mentions` integer
    - `name` string
    - `organization` string
    - `participant_id` string
    - `role` string
  - `period` string
  - `recordings` DomainRecordings[]
    - `bucket` string
    - `created_at` string
    - `duration` integer
    - `formats` PgtypeJSONB
      - `bytes` integer[]
      - `status` 0 | 1 | 2
    - `language` string
    - `location` string
    - `recording_id` string
    - `total_files` integer
    - `total_size` integer
    - `updated_at` string
  - `securities` PgtypeJSONB
    - `bytes` integer[]
    - `status` 0 | 1 | 2
  - `start_time` string
  - `status` string
  - `summary` DomainSummaries
    - `call_id` string
    - `created_at` string
    - `deleted_at` string
    - `language` string
    - `sentiment` number
    - `summary` string
    - `summary_id` string
    - `symbol` string
    - `transcript_id` string
    - `updated_at` string
  - `symbol` string
  - `transcripts` DomainTranscripts[]
    - `confidence_score` number
    - `language` string
    - `segments` DomainTranscriptSegments[]
      - `confidence` number
      - `end_time` string
      - `segment_id` integer
      - `sentiment` number
      - `speaker` string
      - `start_time` string
      - `text` string
    - `text` string
    - `transcript_id` string
    - `type` 'LIVE' | 'NON_LIVE'
  - `updated_at` string
  - `webcast_url` string
  - `year` integer

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `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)
