Get API Key Usage
Gets the usage stats for an api key.
Authentication
AuthorizationBearer
API key passed as Bearer token in Authorization header (e.g., “Authorization: Bearer YOUR_API_KEY”)
Query parameters
from
to
Response
The usage stats for the api key for the timeframe specified.
successCount
Number of successful api requests made with this API Key in the specified timeframe.
errorCount
Number of failed api requests made with this API Key in the specified timeframe.
totalCount
Total number of api requests made with this API Key in the specified timeframe.
averageLatency
The mean latency for all requests made with this API Key in the specified timeframe.
maxLatency
The max latency for all requests made with this API Key in the specified timeframe.
minLatency
The min latency for all requests made with this API Key in the specified timeframe.
medianLatency
The median latency for all requests made with this API Key in the specified timeframe.
p90Latency
The p90 latency for all requests made with this API Key in the specified timeframe.
p95Latency
The p95 latency for all requests made with this API Key in the specified timeframe.
p99Latency
The p99 latency for all requests made with this API Key in the specified timeframe.
p999Latency
The p999 latency for all requests made with this API Key in the specified timeframe.
numberOfSimulations
The number of simulations initiated with this API Key in the specified timeframe.
numberOfSimulatedTwins
The number of simulated twins attributable to this API Key in the specified timeframe.
numberOfSnapshotsCreated
The number of snapshots created by this API Key in the specified timeframe.
numberOfSnapshotsTotal
The total number of snapshots that were created in the specified timeframe.
numberOfCoresReprocessed
The number of cores that were processed for snapshots attributable to this API Key in the specified timeframe.
numberOfPsychometricsRequests
The number of requests this API Key made to retrieve psychometrics in the specified timeframe.
numberOfMindTopicsRequests
The number of requests this API Key made to retrieve mind topics in the specified timeframe.
