GET recordings

telnyx.com

Summary: List recordings
Operation ID: listRecordings
Auth: unknown
Description

Lists recordings for the authenticated user

Parameters (5)

filter[conference_id] (string, query, optional)

Return only recordings associated with a given conference

filter[created_at][gte] (string, query, optional)

Return only recordings created later than or at given ISO 8601 datetime

filter[created_at][lte] (string, query, optional)

Return only recordings created earlier than or at given ISO 8601 datetime

page[number] (integer, query, optional, default: 1)

The page number to load.

Constraints: {'minimum': 1}

page[size] (integer, query, optional, default: 20)

The size of the page.

Constraints: {'minimum': 1, 'maximum': 250}

No probe data for this endpoint yet.