Fields

The following fields are available in this action:

FieldTypeDescription
Room NameTextEnter the name of the room that you would like to get recordings from.

Returned Values

The following values are returned by the action:

ValueTypeDescription
Total CountNumberThe total number of recordings for the room.
DataListA list of recordings. Each item contains the following fields:
Data → IDTextThe unique ID of the recording.
Data → Room NameTextThe name of the room where the recording was made.
Data → Start TimestampNumberThe Unix timestamp of when the recording started.
Data → StatusTextThe status of the recording (e.g., “finished”).
Data → DurationNumberThe duration of the recording in seconds.
Data → Share TokenTextA token to access the shareable link for the recording.
Data → Max ParticipantsNumberThe maximum number of participants present during the recording.
error.status_codeNumberThe HTTP status code returned by the API (e.g., 200 for success).
error.status_messageTextThe HTTP status message returned by the API (e.g., "OK").
error.bodyTextThe raw error body message as a string.
returned_an_errorBooleanA flag indicating whether the API returned an error. false means no error occurred.