GET /api/v2/digital/sessionsdata
Gets list of digital sessions which are started/ended in the requested period
NOTE:
- The
cursorvalue is provided in the API response, and can be passed as a parameter to retrieve subsequent pages of results. - Requested period must be less than 7 days
Added on July 29th, 2025 for API v2.
Requires scope: digital_sessions
Rate limit: 100 per minute.
Servers
- https://dialpad.com/
- https://sandbox.dialpad.com/
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
start_date |
String | Yes |
Start date of the date range to be queried E.g. 2024-09-25T00:00:00Z or 2024-09-25T00:00:00+04:00 or 2024-09-25T00:00:00-04:00 |
end_date |
String | Yes |
End date of the date range to be queried. E.g. 2024-09-25T00:00:00Z or 2024-09-25T00:00:00+04:00 or 2024-09-25T00:00:00-04:00 |
cursor |
String | No |
A token used to return the next page of a previous request. Use the cursor provided in the previous response. |
target_id |
Integer | No |
Optional. The numeric ID of the target to filter by. Must be provided together with target_type. |
target_type |
String | No |
Optional. The type of the target to filter by. One of: department, office, callcenter. Valid values:
|
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.