List the current user’s own tasks with cursor-based pagination and optional status/scheduled filters. Team-visible tasks owned by teammates are excluded from this list by default, but may still be accessed directly by ID when authorized.
Documentation Index
Fetch the complete documentation index at: https://docs.neo.projectdiscovery.io/llms.txt
Use this file to discover all available pages before exploring further.
JWT authentication token
Number of tasks to return (max 100)
1 <= x <= 100Cursor for pagination - return tasks after this ID (newer)
Cursor for pagination - return tasks before this ID (older)
Filter by task status
active, completed, error, pending Filter by scheduled status
true, false Filter tasks by project ID. If omitted, returns only the current user's personal tasks.
Search query for tasks. Behavior depends on search_type parameter.
500Search type:
title, semantic Filter by task source. Defaults to 'web' when not provided, which hides integration-sourced tasks (github, slack, linear) from the default list. Pass a specific source to list only tasks from that integration.
web, github, slack, linear