Skip to main content
GET /v1/contents/generations/tasks returns your team’s Seedance tasks, newest first, in the native { total, items[] } envelope. Each item is the same normalized task object returned by Retrieve a task.
  • Scope: read
  • Auth: X-Api-Key: al_live_… or Authorization: Bearer al_live_…
This list is served entirely from your Aurous records, scoped to your team — it is never proxied to the provider (whose list is account-wide and would cross team boundaries).
cURL

Query parameters

The dotted parameter names (filter.status, filter.task_ids, filter.model) are flat query keys, not nested objects — pass them literally. To filter by several ids, repeat filter.task_ids:

Response

  • total — the count matching your filters across all pages.
  • items[] — normalized task objects, same shape as Retrieve a task.
List superset (delta vs. native). The native Seedance list has a 7-day history window. The Aurous list has no 7-day cutoff — your full task history stays listable. As with retrieve, the video_url inside older items still expires 24 hours after generation.
Deleted tasks (see Cancel or delete) are hidden from this list.