v1
latestOpenAPI 3.0.12026-07-26222700728.0 KBTasks
Query tasks
Query tasks for the authenticated user with pagination and filtering support
post/v6/tasks/query
Request body
Response
Success
Example response
{
"data": [
{
"id": "tsk_123456789",
"name": "Transaction Review Required",
"description": "You have 5 transactions that require review",
"shortDescription": "Stay up-to-date on 5 transactions",
"priority": "HIGH",
"type": "TRANSACTION_REVIEW",
"dismissable": "true",
"status": "ACTIVE"
}
]
}