Get Tasks
Retrieve scheduled tasks. Each task includes recent_runs (last 5 runs), upcoming (next scheduled run times) sourced directly from the Trigger.dev API, and owner_email when an account email exists for the task owner. Supports filtering by id, account_id, or artist_account_id.
Authorizations
Your Recoup API key. Learn more.
Query Parameters
Filter by task ID (UUID). Returns a single task matching the provided ID. Admin callers may retrieve any task by ID regardless of owner; non-admin callers only receive the task if it belongs to their authenticated account.
Filter tasks to only include those for the specified account.
Filter tasks to only include those for the specified artist account.
