List tasks
Returns a paginated, enriched list of tasks for the organization. Optional filters narrow by status, source type, and assignee. Enrichment adds source-specific display data (alert name, plan name, product labels) and structured scopes (shop/brand) resolved at read time.
Authorizations
User session token issued by NextAuth. For human users accessing Solya via the web application.
Query Parameters
Page number, 1-indexed (default: 1)
1 <= x <= 9007199254740991Number of items per page, max 100 (default: 20)
1 <= x <= 100Filter by one or more task statuses (comma-separated or array). Allowed values: OPEN, IN_PROGRESS, DONE, DISMISSED.
OPEN, IN_PROGRESS, DONE, DISMISSED Filter by one or more task source types (comma-separated or array). Allowed values: PLAN_APPROVAL, ALERT_INSTANCE, RECOMMENDED_PLAN, ACTION_VECTOR.
ACTION_APPROVAL, PLAN_APPROVAL, ALERT_INSTANCE, RECOMMENDED_PLAN, ACTION_VECTOR Filter tasks by assignee user ID. Returns only tasks assigned to this user.

