Skip to main content

Overview

The list endpoint returns recent compatibility tasks for the authenticated organization. Use it for consoles, retries, and customer support views; use the get endpoint when you already know the task ID. See also Seedance 2.0 Video Models and Video Generation.

Listing And Filters

  • page_num: defaults to 1.
  • page_size: defaults to 20, maximum 500.
  • filter.status: queued, running, succeeded, failed, cancelled, or expired.
  • filter.task_ids: comma-separated task IDs.
  • filter.model: model identifier.
  • filter.service_tier: service tier value such as default.
The response contains items and total. Each item uses the same task shape as the get-task endpoint.

Example