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_…orAuthorization: Bearer al_live_…
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.
