Skip to main content
GET
/
api
/
v2
/
insights
/
entity-time-series
Entity Time Series
curl --request GET \
  --url https://app.octavehq.com/api/v2/insights/entity-time-series \
  --header 'api_key: <api-key>'
{
  "data": [
    {
      "oId": "<string>",
      "entityOId": "<string>",
      "periodStart": "<string>",
      "periodEnd": "<string>",
      "wonDealCount": 123,
      "lostDealCount": 123,
      "noDecisionDealCount": 123,
      "openDealCount": 123,
      "wonDealTotalAmount": "<string>",
      "lostDealTotalAmount": "<string>",
      "totalFindingCount": 123,
      "uniqueEventCount": 123,
      "uniqueCompanyCount": 123,
      "uniqueContactCount": 123,
      "winRate": 123,
      "relativeWinRate": 123,
      "liftScore": 123,
      "winRateDelta": 123,
      "isUbiquitous": true,
      "dealsWherePresent": 123,
      "dealsWhereAbsent": 123,
      "lastComputedAt": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.octavehq.com/llms.txt

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

Authorizations

api_key
string
header
required

Query Parameters

entityType
enum<string>
required

Type of entity

Available options:
persona,
product,
service,
solution,
use_case,
playbook,
proof_point,
competitor,
alternative,
buying_trigger,
objection,
reference,
hypothesis,
segment,
target_icp,
motion_icp
entityOId
string
required

The oId of the entity

periodType
enum<string>

Period granularity filter (week/month/quarter)

Available options:
week,
month,
quarter
periodCount
integer
default:12

Number of periods to return (max 52)

Required range: 1 <= x <= 52

Response

200 - application/json

Time-series of stats rows for a single entity

data
(object | null)[]
required