List recent jobs with optional filtering by project or job type.
By default, jobs created within the last 7 days are returned. Use created_after and
created_before to customize the time range. The maximum lookback is 30 days.
Results are paginated. Use the cursor from the response pagination.next_cursor to
fetch subsequent pages.
Query parameters allow you to filter the results:
project_id to see all jobs for a projecttype to see specific job types (import/project_media, agent)Personal API token created in Descript Settings → API Tokens. See the Authentication section for details.
Filter by project ID
Filter by job type
import/project_media, agent Cursor for the next page of results, obtained from pagination.next_cursor in a previous response
Number of items per page (1-100). Defaults to 20.
1 <= x <= 100Filter jobs created after this timestamp (ISO 8601). Default: 7 days ago. Oldest allowed: 30 days ago.
Filter jobs created before this timestamp (ISO 8601). Default: now.