Fetch Tasks Endpoint
This endpoint will retrieve all the tasks without adding any impressions count.
- Parameters:
ads_user_id
: The unique identifier of the ads user (passed as a header)quantity
: The number of tasks to fetchexpiration_time
: The expiration time of the task (in seconds)platform
: The platforms to filter tasks byaction_type
: The action types to filter tasks bystatus
: The status to filter tasks by
- Returns:
TaskListResponse
: A list of all tasks available for the specified ads user and filters
- Raises:
HTTPException(500)
: If an unexpected error occurs during task fetching