v14

latestOpenAPI 3.1.02026-08-04214468.3 KB
Metrics
Monitoring

Get User Metrics Summary

Retrieve a summary of the authenticated user's core usage metrics, including unique agents used, lifetime completion calls, successful completions, and recent-window completion counts.

get/v1/metrics/summary

Headers

x-api-keystring required

Response

Successful Response

successboolean

Indicates whether the metrics summary was retrieved successfully.

unique_agentsinteger required

Number of unique agent configurations the user has used.

total_completion_callsinteger required

Lifetime count of completion calls.

successful_completionsinteger required

Lifetime count of completions with status 'success'.

completions_last_24hinteger required

Completion calls in the last 24 hours.

completions_last_7dinteger required

Completion calls in the last 7 days.

timestampstring required

ISO timestamp when the summary was generated.