Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Replicas Analytics API

Read aggregated activity and usage metrics for your organization: compute minutes, workspaces created by source, and pull request throughput over a time range.

Replicas Analytics API is one of 13 APIs that Replicas publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Analytics. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 1 operation across 1 path, and defines 6 schemas. It is described by OpenAPI 3.1.0, at version 2.0.0.

Requests are made against a single base URL, https://api.tryreplicas.com.

1 operations 1 paths 6 schemas 1 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2.0.0
Base URL
https://api.tryreplicas.com
Authentication
HTTP Bearer, HTTP Bearer, API Key
Resource Areas
1

Authentication & Security 3

Replicas Analytics API declares 3 security schemes for authenticating requests. It accepts HTTP bearer tokens (apiKey). It accepts HTTP bearer tokens (engineSecret). An API key is passed in the header as X-Workspace-Id (workspaceId). By default, every request must be authenticated.

  • apiKey — API key authentication. Obtain your API key from the Replicas dashboard under Organization → Settings → API Keys.
  • engineSecret — Workspace engine secret used by agent-mode workspace requests.
  • workspaceId — Workspace ID used with the engine secret for agent-mode workspace requests.

Paths & Operations 1

Across 1 path, the API surfaces 1 operation — 1 GET. Each is listed below with its method, path, parameters, and response codes.

Analytics 1

Read aggregated activity and usage metrics for your organization: compute minutes, workspaces created by source, and pull request throughput over a time range.

GET
/v1/analytics/overview
Get Analytics Overview
getAnalyticsOverview 3 params → 200400401403500

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are AnalyticsOverview (7 properties), AnalyticsTimeSeriesPoint (5 properties), AnalyticsSummary (5 properties), Error (2 properties). Each schema is shown below with its type and property counts.

AnalyticsOverview
object
Aggregated activity and usage metrics for an organization over a time range
7 properties 7 required
AnalyticsSourceCount
object
Count of workspaces created from a given source
2 properties 2 required
AnalyticsUsagePoint
object
Compute minutes for a single time bucket, broken down by workspace source
2 properties 2 required
Error
object
2 properties 1 required
AnalyticsSummary
object
Totals across the requested range
5 properties 5 required
AnalyticsTimeSeriesPoint
object
Activity counts for a single time bucket
5 properties 5 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

replicas-analytics-api-openapi.yml Raw ↑

Other APIs Replicas publishes across the network.

Replicas API Keys API
Replicas Automation API
Replicas Credentials API
Replicas Downloads API
Replicas Environments API
Replicas Google Search Console API
Replicas Preview API
Replicas Profile API
Replicas Replica API
Replicas Repository API
Replicas Slack API
Replicas Terminal API