# Get tasks **GET /data/tasks** Retrieve all tasks. Supports filtering via query parameters and pagination. Includes project permission filtering for non-admin users. Vendor users only see assigned tasks. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Query parameters - **page** (integer) Page number for pagination - **limit** (integer) Number of results per page - **relations** (boolean) Whether to include relations - **episode_id** (string(uuid)) Filter tasks by episode ID ## Responses ### 200 Tasks retrieved successfully #### Body: application/json (array[object]) ### 400 Invalid filter format or query error [Powered by Bump.sh](https://bump.sh)