Get Entity Research
Entities
Get Entity Research
List research and commentary-classified entity content for one Shoal entity
GET
Get Entity Research
Returns recent research-oriented items attached to one canonical Shoal entity.
This v1 surface is a projection over Shoal’s existing classified event stream.
It is meant to accumulate research, commentary, and analysis around the
canonical entity without requiring full historical backfill first.
Path Parameters
id(integer, required)
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
since | string | No | ISO 8601 timestamp; defaults to the last 30 days and cannot be older than 30 days |
limit | integer | No | Max results (default 25, max 25) |
offset | integer | No | Offset for the first page only (max 250) |
cursor | string | No | Shoal cursor for keyset pagination |
Request
cURL
Response (200)
Notes
- This route is an operational surface.
- It is sourced from entity-linked events that Shoal already classifies as research, commentary, or analysis content.
- Shoal-authored long-form reports can be layered into this route later without changing the route contract.
Errors
- 400 if
idis missing - 400 if
sinceis older than 30 days - 404 if the entity does not exist
- 500 on internal server error