List Video Generations

View as Markdown

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.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

statuslist of enums or nullOptional

Filter by one or more task statuses, e.g. ?status=running&status=failed

modellist of strings or nullOptional
Filter by one or more MeshAPI model ids
created_afterdatetime or nullOptional
Only include tasks created at or after this ISO 8601 timestamp
created_beforedatetime or nullOptional
Only include tasks created before this ISO 8601 timestamp
limitintegerOptional1-200Defaults to 50
offsetintegerOptional>=0Defaults to 0

Response

Persisted video generation tasks for the authenticated owner
datalist of objects
has_moreboolean
totalinteger
limitinteger
offsetinteger
object"list"

Errors

401
Unauthorized Error
422
Unprocessable Entity Error