Skip to main content

Find a Log by ID

GET 

/logs/:id

Find a log by ID.

Permissions

The API token must include the following scopes: Video.

Request

Path Parameters

    id uuidrequired

    Unique ID of the log

Responses

OK

Schema

    iduuid

    A unique identifier for the log

    sourcestring

    Source of this log entry.

    Example: realtime-api
    typestring

    Type of this log entry.

    Example: video_conference_session
    urlstring

    URL for the resource associated with this log entry (if available)

    room_namestring

    A named unique identifier for the room. Allowed characters: A-Za-z0-9_-. Maximum of 100 characters.

    Example: my_room
    statusstring
    Example: completed
    start_timedate-time
    end_timedate-time
    chargenumber
    Example: 0.01

    charge_details

    object[]

    Details on charges associated with this log.

  • Array [

  • descriptionstring

    Description for this charge.

    chargenumber

    Charged amount.

  • ]

  • created_atdate-time
    updated_atdate-time