Skip to main content
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

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 id is missing
  • 400 if since is older than 30 days
  • 404 if the entity does not exist
  • 500 on internal server error