💻 Environment/Context
- API
- Tags
- GET
❓ Issue/Question
- Can we get all the tags along with the GET function?
- Are tags included in the media GET response?
- Are tags returned by search and GET endpoints?
👌 Resolution/Answer
- Yes, the
GET/v1/media/{id}response includes atagsarray (alongsidefiles,event,description, player/sponsor associations, etc.), so tags come back automatically with the media object — no separate call needed. - The search endpoint returns the same media objects, so tags come through there too.