Get content metadata
GET/:qid/content
Returns the tagstore's record of a content object (from the contents table). All timestamps are returned as integer seconds since the Unix epoch.
By default the response also includes last_committed_write, which is read from the fabric metadata at /video_tags/info/last_written (the path written by the tagstore-to-fabric migrator). Set ignore_commit_ts=true to skip the fabric read for performance — the response will then omit last_committed_write.
Request
Responses
- 200
- 400
- 401
- 404
Content metadata
Invalid input (e.g., invalid skip_last_written value)
Provided authentication token cannot access the content object.
Content not found in the tagstore