Skip to content
Last updated

Represents usage statistics and billing information for a personal connector configuration.

Properties

configuration_id string

The personal connector configuration ID these statistics are for.

period object

Time period for the usage statistics.

Show period properties

start_date string

ISO 8601 timestamp for the start of the period.

end_date string

ISO 8601 timestamp for the end of the period.

total_executions integer

Total number of tool executions in this period.

successful_executions integer

Number of successful tool executions.

failed_executions integer

Number of failed tool executions.

total_neurons_charged integer

Total neurons charged for all tool executions in this period.

total_cost_chf number

Total cost in Swiss Francs (CHF) for this period.

average_execution_time_ms integer

Average tool execution time in milliseconds.

tool_breakdown array of objects

Per-tool usage breakdown.

Show tool breakdown structure

tool_name string

Name of the tool.

executions integer

Number of times this tool was executed.

neurons_charged integer

Total neurons charged for this tool.

average_execution_time_ms integer

Average execution time for this tool.