mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-25 08:48:13 +02:00
chore: return formatted transcript url
- Return formatted transcript and recording URL - Harden campaign dispatcher logic
This commit is contained in:
parent
0716582aa7
commit
7810923bca
30 changed files with 525 additions and 136 deletions
|
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
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).
|
||||
Loading…
Add table
Add a link
Reference in a new issue