Skip to main content

List all call recordings

GET 
/recordings

Returns a list of your call recordings.

Request

Query Parameters

    filter[conference_id] string

    Returns only recordings associated with a given conference

    filter[created_at][gte] string

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

    filter[created_at][lte] string

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

    filter[call_leg_id] uuid

    If present, recordings will be filtered to those with a matching call_leg_id.

    filter[call_session_id] uuid

    If present, recordings will be filtered to those with a matching call_session_id.

    filter[from] string

    If present, recordings will be filtered to those with a matching from attribute. Matching is case-sensitive

    filter[to] string

    If present, recordings will be filtered to those with a matching to attribute. Matching is case-sensitive

    filter[connection_id] string

    If present, recordings will be filtered to those with a matching connection_id attribute. Matching is case-sensitive

    page[number] integer

    Possible values: >= 1

    Default value: 1

    The page number to load

    page[size] integer

    Possible values: >= 1 and <= 250

    Default value: 20

    The size of the page

Responses

200: A response with recordings.

default: Unexpected error.

Loading...