Query cached media for a connection
Searches cached media by status, type, content type, duration, created date, cached date, cursor, and sort order.
Headers
Connection ID whose Vault+ cache should be read or modified.
1"conn_v5bsqkzsjfk8cgr7hqbbw09t"
Query Parameters
Filter by variant cache status.
edge_only, pending, storing, stored, removed Filter by media type.
image, video, audio Filter by exact cached variant MIME type.
"image/jpeg"
Minimum media duration in seconds.
10
Maximum media duration in seconds.
120
Include media first observed at or after this ISO 8601 date/time.
"2026-06-01T00:00:00.000Z"
Include media first observed at or before this ISO 8601 date/time.
"2026-06-07T23:59:59.999Z"
Include media stored at or after this ISO 8601 date/time.
"2026-06-01T00:00:00.000Z"
Include media stored at or before this ISO 8601 date/time.
"2026-06-07T23:59:59.999Z"
Maximum number of items to return. Defaults to 100.
1 <= x <= 10025
Pagination cursor from the previous response.
"100"
Sort order for scanned media queries. Direct cursor pagination is used when sort and date/duration filters are omitted.
createdAt_desc, createdAt_asc, cachedAt_desc, cachedAt_asc, duration_desc, duration_asc