GET /accounts/{account_id}/realtimekit/sessions
Returns details of all sessions of an organization.
Servers
- https://api.cloudflare.com/client/v4
Path parameters
Name | Type | Required | Description |
---|---|---|---|
account_id |
String | Yes |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
sort_order |
String | No |
Valid values:
|
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:
|
page_no |
Number | No |
The page number from which you want your page search results to be displayed. |
sort_by |
String | No |
Valid values:
|
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
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.