Skip to main content
GET
/
api
/
metrics
/
overview
Dashboard overview metrics
curl --request GET \
  --url https://api.tedro.io/api/metrics/overview \
  --header 'x-workspace-id: <api-key>' \
  --cookie better-auth.session_token=
{
  "totalContacts": 123,
  "activeContacts24h": 123,
  "totalConversations": 123,
  "openConversations": 123,
  "handoffConversations": 123,
  "totalWorkflows": 123,
  "publishedWorkflows": 123,
  "runsLast24h": 123,
  "runsSucceeded": 123,
  "runsFailed": 123,
  "runsRunning": 123,
  "messagesInbound24h": 123,
  "messagesOutbound24h": 123,
  "recentRuns": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "workflowName": "<string>",
      "status": "<string>",
      "contactName": "<string>",
      "startedAt": "<string>",
      "finishedAt": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.tedro.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

better-auth.session_token
string
cookie
required

Session cookie set by Better Auth on sign-in.

x-workspace-id
string
header
required

Workspace UUID. Required on all /api/* endpoints.

Response

Overview metrics

Dashboard overview snapshot (contacts, conversations, runs, messages, recent activity)

totalContacts
integer
required
activeContacts24h
integer
required
totalConversations
integer
required
openConversations
integer
required
handoffConversations
integer
required
totalWorkflows
integer
required
publishedWorkflows
integer
required
runsLast24h
integer
required
runsSucceeded
integer
required
runsFailed
integer
required
runsRunning
integer
required
messagesInbound24h
integer
required
messagesOutbound24h
integer
required
recentRuns
object[]
required