GET /accounts/{account_id}/realtimekit/recordings

Returns all recordings for an organization. If the meeting_id parameter is passed, returns all recordings for the given meeting ID.

Servers

Path parameters

Name Type Required Description
account_id String Yes

Query parameters

Name Type Required Description
sort_order String No

Valid values:

  • "DESC"
  • "ASC"
start_time String No

The start time range for which you want to retrieve the meetings. The time must be specified in ISO format.

per_page Number No

Number of results per page

search String No

The search query string. You can search using the meeting ID or title.

status[] Array No

Filter by one or more recording status

page_no Number No

The page number from which you want your page search results to be displayed.

expired Boolean No

If passed, only shows expired/non-expired recordings on RealtimeKit's bucket

meeting_id String No

ID of a meeting. Optional. Will limit results to only this meeting if passed.

sort_by String No

Valid values:

  • "invokedTime"
end_time String No

The end time range for which you want to retrieve the meetings. The time must be specified in ISO format.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.