List Video Generations
List BytePlus video generation tasks persisted in MeshAPI’s DB.
This endpoint is intentionally DB-only: it does not poll BytePlus or update
task state. Use GET /v1/video/generations/{id} to refresh a non-terminal
task from the upstream provider.
Authorizations
Enter your MeshAPI key (rsk_...) — sent as Authorization: Bearer <key>.
Headers
Dated version of the API contract to pin this request to. Omit it and the request is served under 2026-08 — the oldest supported version, so an existing integration is never moved by a release. A malformed or unsupported value is rejected with 400 invalid_api_version rather than falling back silently. The version actually served is echoed as X-Mesh-Version on every response, including errors.
2026-08 Query Parameters
Filter by one or more task statuses, e.g. ?status=running&status=failed
queued, running, cancelled, succeeded, failed, expired Filter by one or more MeshAPI model ids
Only include tasks created at or after this ISO 8601 timestamp
Only include tasks created before this ISO 8601 timestamp
1 <= x <= 200x >= 0