GET /accounts/{account_id}/realtimekit/sessions

Returns details of all sessions of an organization.

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

Search string that matches sessions based on meeting title, meeting ID, and session ID

participants String No
status String No

Valid values:

  • "LIVE"
  • "ENDED"
page_no Number No

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

sort_by String No

Valid values:

  • "minutesConsumed"
  • "createdAt"
end_time String No

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

associated_id String No

ID of the meeting that sessions should be associated with

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.