v1

latestOpenAPI 3.0.02026-07-266091181.5 KB
calls

Fetch all 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.

get/api/v1/transcripts/calls

Query parameters

pageinteger

The page number for pagination (starts at 1)

page_sizeinteger

The number of items to return per page

statusstring

Filter by call status. Defaults to COMPLETED. Use ALL to return all statuses.

symbolstring

Filter by stock ticker symbol (e.g. AAPL)

fromstring

Filter calls starting on or after this date (RFC3339, e.g. 2024-01-01T00:00:00)

tostring

Filter calls starting on or before this date (RFC3339, e.g. 2024-12-31T23:59:59)

sort_bystring

Field to sort results by (e.g. start_time)

share_class_figistring

Filter by Share Class FiGi identifier (e.g. BBG000B9XRY4)

securitiesboolean

If true, includes securities information in the response

info_onlyboolean

If true, returns only call metadata without transcript content

filterstring

General filter; pass 'all' to bypass default status filter

Response

OK

object required