List All Tasks
GET /tasks
GET
/tasks
List all tasks org-wide with optional filters.
The backend list is unpaginated; limit/offset bound the response
here (same approach as the MCP g8_get_tasks tool) so an org with many
tasks can’t return an unbounded payload. Ordering is deterministic
(due_date asc nulls-last, then created_at desc), so paging is stable.
Authorizations
Parameters
Query Parameters
entity_type
limit
Max tasks to return (default 100, max 200)
integer
Max tasks to return (default 100, max 200)
offset
Number of tasks to skip
integer
Number of tasks to skip
Header Parameters
Responses
200
Successful Response
object
data
required
Array<object>
object
executor_type
string
id
required
string
links
Array<object>
object
key
additional properties
any
tags
Array<string>
title
required
string
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string