Skip to main content
GET
Get Entity by ID
Returns the canonical entity record for one Shoal entity id.

Query Parameters

  • id (integer, required)

Request

cURL

Response (200)

Notes

  • This is the canonical entity detail surface.
  • It is designed to become the anchor for references, relationships, timeline, research, and media traversal.
  • references is now backed by dedicated storage, even if the current dataset for a given entity is still sparse.

Errors

  • 400 if id is missing
  • 404 if the entity does not exist
  • 500 on internal server error