Retrieve scheduled tasks from the database. Tasks have cron-based execution schedules. Supports filtering by id, account_id, or artist_account_id.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter by task ID (UUID). Returns a single task matching the provided ID.
Filter tasks to only include those for the specified account.
Filter tasks to only include those for the specified artist account.