Skip to content

Task Logs

Console → Task Logs tracks asynchronous tasks (queued requests like image and video generation). Two tabs:

  • Drawing logs — image-generation tasks
  • Task logs — other async tasks (e.g. video generation)

Filters

FilterNotes
Time rangeStart and end date/time
Task IDExact lookup

Fields

ColumnMeaning
SubmittedTask creation time
Task IDUse it to poll status via the API (e.g. GET /v1/videos/{task_id})
DurationExecution time
StatusQueued / running / succeeded / failed
ProgressCompletion percentage
DetailsResult link or failure reason

With no tasks yet, the page shows "no logs found". Records appear after you submit an async API call (e.g. video generation).

  • Video tasks: create with POST /v1/videos, poll with GET /v1/videos/{task_id}
  • Synchronous calls (chat, embeddings, …) do not appear here — see Usage Logs