API Reference

Get Radar Activity

Return measured Radar screening work and durable opportunity results for this product, including measurement coverage and freshness. Cache policy: cached. Idempotency: none. Auth modes: api_key, mcp_oauth, session_bearer.

POST
/agent/v1/strategy/radar/activity

Return measured Radar screening work and durable opportunity results for this product, including measurement coverage and freshness. Cache policy: cached. Idempotency: none. Auth modes: api_key, mcp_oauth, session_bearer.

Authorization

AuthorizationBearer <token>

Rankhog organization API key sent as Authorization: Bearer rhog_....

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/agent/v1/strategy/radar/activity" \  -H "Content-Type: application/json" \  -d '{    "organizationId": "org_2x9rnkhdemo",    "websiteId": "site_2x9rnkhdemo"  }'
{  "days": [    {      "day": "2026-06-04",      "screened": null,      "found": 0,      "completed": 0,      "dismissed": 0    },    {      "day": "2026-06-05",      "screened": null,      "found": 0,      "completed": 0,      "dismissed": 0    },    {      "day": "2026-06-06",      "screened": null,      "found": 0,      "completed": 0,      "dismissed": 0    },    {      "day": "2026-06-07",      "screened": null,      "found": 0,      "completed": 0,      "dismissed": 0    },    {      "day": "2026-06-08",      "screened": null,      "found": 0,      "completed": 0,      "dismissed": 0    },    {      "day": "2026-06-09",      "screened": null,      "found": 0,      "completed": 0,      "dismissed": 0    },    {      "day": "2026-06-10",      "screened": null,      "found": 0,      "completed": 0,      "dismissed": 0    },    {      "day": "2026-06-11",      "screened": null,      "found": 0,      "completed": 0,      "dismissed": 0    },    {      "day": "2026-06-12",      "screened": null,      "found": 0,      "completed": 0,      "dismissed": 0    },    {      "day": "2026-06-13",      "screened": null,      "found": 0,      "completed": 0,      "dismissed": 0    },    {      "day": "2026-06-14",      "screened": null,      "found": 0,      "completed": 0,      "dismissed": 0    },    {      "day": "2026-06-15",      "screened": null,      "found": 0,      "completed": 0,      "dismissed": 0    },    {      "day": "2026-06-16",      "screened": null,      "found": 0,      "completed": 0,      "dismissed": 0    },    {      "day": "2026-06-17",      "screened": 200,      "found": 2,      "completed": 1,      "dismissed": 0    }  ],  "screenedCount": 200,  "postsCount": 100,  "commentsCount": 100,  "foundCount": 2,  "completedCount": 1,  "dismissedCount": 0,  "handledCount": 1,  "windowDays": 14,  "timeZone": "America/New_York",  "generatedAt": "2026-06-17T12:00:00.000Z",  "nextRefreshAt": "2026-06-18T04:00:00.000Z",  "screeningStartedAt": "2026-06-17T04:00:00.000Z",  "historyCompleteSince": "2026-06-17T04:00:00.000Z",  "historyPartial": true}
{  "error": {    "code": "agentic_invalid_input",    "details": {      "issues": [        {          "code": "invalid_type",          "message": "Expected string, received undefined.",          "path": [            "organizationId"          ]        }      ]    },    "message": "Request body did not match the agentic capability schema."  }}

{  "error": {    "code": "agentic_unauthorized",    "message": "Authenticate before using Rankhog agentic capabilities."  }}

{  "error": {    "code": "agentic_missing_scope",    "details": {      "missingScopes": [        "rankhog:read"      ]    },    "message": "Missing required scope: rankhog:read."  }}
{  "error": {    "code": "agentic_internal_error",    "message": "Rankhog could not complete this agentic request."  }}