Get Entity Media
Entities
Get Entity Media
List media-classified entity content for one Shoal entity
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
| 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 media-oriented content.
- Direct partner media and richer publisher-level metadata are a later source layer, not the v1 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