Skip to main content

List Logs

List the available logs.

Permissions

The API token must include the following scopes: Video.

Query Parameters
include_deleted boolean

Include logs for deleted activity.

created_before string

Return logs for activity prior to this date.

Example: 2022-04-30

created_on string

Return logs for activity on this date.

Example: 2022-04-30

created_after string

Return logs for activity after this date.

Example: 2022-04-30

page_size integer

Specify the number of results to return on a single page. The default page size is 50 and the maximum is 1000.

Example: 20

Responses
200

OK

Schema OPTIONAL
links object OPTIONAL
self string OPTIONAL
first string OPTIONAL
next string OPTIONAL
prev string OPTIONAL
data object[] OPTIONAL
id uuid OPTIONAL

A unique identifier for the log

source string OPTIONAL

Source of this log entry.

type string OPTIONAL

Type of this log entry.

url string OPTIONAL

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

room_name string OPTIONAL

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

status string OPTIONAL
start_time date-time OPTIONAL
end_time date-time OPTIONAL
charge number OPTIONAL
charge_details object[] OPTIONAL

Details on charges associated with this log.

description string OPTIONAL

Description for this charge.

charge number OPTIONAL

Charged amount.

created_at date-time OPTIONAL
updated_at date-time OPTIONAL