Retrieve earnings call transcripts list metadata for a symbol. Use this to get available transcript IDs and metadata before fetching a single transcript.
Use Case: Display a list of past earnings call transcripts for a company with links to audio.
| Parameter | Type | Required | Description |
|---|---|---|---|
symbol | string | Yes | Stock ticker symbol (e.g. AAPL). |
200 OK with a JSON object containing transcript list metadata (arrays of transcript entries with id, quarter, time, title, year).
Errors: 400 when symbol is missing, 401 unauthorized, 404 when no data found, 500 server error.