Get Entity by ID
Entities
Get Entity by ID
Get one canonical Shoal entity by id
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.
referencesis now backed by dedicated storage, even if the current dataset for a given entity is still sparse.
Errors
- 400 if
idis missing - 404 if the entity does not exist
- 500 on internal server error