mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
fix: number pool initialization in multi telephony setup
If there are multiple telephony configurations, the form number should be initialized from the campaigns given telephonic configuration rather than the organization default telephonic configuration.
This commit is contained in:
parent
81a363b06e
commit
6d93be3ef6
31 changed files with 1105 additions and 238 deletions
11
docs/api-reference/calls/list-runs.mdx
Normal file
11
docs/api-reference/calls/list-runs.mdx
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: "List Runs with Usage"
|
||||
description: "Paginated list of workflow runs across the organization with usage and cost"
|
||||
openapi: "GET /api/v1/organizations/usage/runs"
|
||||
---
|
||||
|
||||
Returns a paginated list of runs across all agents in your organization, including duration, cost, and usage details for each run.
|
||||
|
||||
Use `start_date` and `end_date` (ISO 8601) to scope the window, and `page` / `limit` to paginate. Pass `filters` as a JSON-encoded string to narrow results further.
|
||||
|
||||
To fetch the full transcript or recording for a specific run, use [Retrieve Call Details](/api-reference/calls/get-run).
|
||||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue