result.data | object | Yes | — | One page of the funding-rounds feed. Example: {“status”:“success”,“code”:200,“message”:“Updates retrieved successfully”,“updates”:[{“update_id”:“a0dbeb25-…”,“record_id”:“0df88ee0-…”,“update_type”:“radar_finding”,“discovered_at”:“2026-08-21T17:28:45Z”,“data”:{“domain”:null,“radar_id”:“814b2e61-…”,“radar_type”:“industry_funding_rounds”,“custom_fields”:{},“next_charge_at”:null},“content”:{“round”:“Series See the live schema for the complete constraint. |
result.data.status | "success" | Yes | — | Allowed: success. |
result.data.code | integer | Yes | — | — |
result.data.message | string | No | — | — |
result.data.updates | array | Yes | — | New funding-round updates, most recent first. |
result.data.updates[].update_id | string | No | — | Unique update id. |
result.data.updates[].record_id | string | No | — | Id of the underlying funding-round record. |
result.data.updates[].update_type | "radar_finding" | No | — | Allowed: radar_finding. |
result.data.updates[].discovered_at | string | No | — | ISO 8601 timestamp this update was discovered. |
result.data.updates[].data | object | No | — | Radar routing metadata for this update. |
result.data.updates[].data.domain | string | null | No | — | Always null for funding-round updates; company radars use this field, industry radars do not. |
result.data.updates[].data.radar_id | string | No | — | — |
result.data.updates[].data.radar_type | "industry_funding_rounds" | No | — | Allowed: industry_funding_rounds. |
result.data.updates[].data.custom_fields | record | No | — | — |
result.data.updates[].data.next_charge_at | string | null | No | — | — |
result.data.updates[].content | object | No | — | The funding-round finding itself. Example: {“round”:“Series A”,“amount_usd”:20000000,“announced_at”:“2026-08-20”,“company”:{“name”:“FSH Technologies”,“domain”:“fshtechnologies.org”,“hq_country”:“United States”,“profile_url”:“https://www.linkedin.com/company/fshtech”},“references”:[“https://fsh.org/blog/why-we-built-fsh”]} |
result.data.updates[].content.round | string | No | — | Funding round label, e.g. “Series A”, “Series C”. |
result.data.updates[].content.amount_usd | number | No | — | Disclosed round size in USD. |
result.data.updates[].content.announced_at | string | No | — | Date the round was announced (YYYY-MM-DD). |
result.data.updates[].content.company | object | No | — | — |
result.data.updates[].content.company.name | string | No | — | — |
result.data.updates[].content.company.domain | string | No | — | — |
result.data.updates[].content.company.hq_country | string | No | — | — |
result.data.updates[].content.company.profile_url | string | No | — | — |
result.data.updates[].content.references | array | No | — | Source URLs backing this finding. |
result.data.has_more | boolean | Yes | — | True if another page is available via next_cursor. |
result.data.next_cursor | string | null | Yes | — | Opaque pagination token. Pass as cursor on the next call to continue. Null when there are no more pages. |
result.data.timestamp | string | No | — | ISO 8601 response timestamp. |
result.meta | object | No | — | Additional response metadata (status, paging). |