Skip to main content
GET
Get Entity Media
Returns recent media-classified items attached to one canonical Shoal entity. This v1 surface is a projection over Shoal’s existing classified event stream. It does not depend on the separate beta media system, and it is intentionally bounded to recent, entity-linked content.

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 media-oriented content.
  • Direct partner media and richer publisher-level metadata are a later source layer, not the v1 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