Returns board tasks across the current organization and project, grouped for Kanban display.
Requires authentication via X-API-Key: sf_your_api_key_here.
Query parameters
UUID of the organization. Defaults to the user’s active organization.
UUID of the project. Defaults to the user’s active project.
Filter by a specific site.
Filter by priority: LOW, MEDIUM, HIGH, or URGENT.
UUID of the assigned user.
UUID of the comment creator.
ISO 8601 start date filter.
ISO 8601 end date filter.
Results per page. Default: 50.
{
"success": true,
"data": {
"columns": {
"OPEN": [],
"IN_PROGRESS": [],
"RESOLVED": []
},
"pagination": {
"current_page": 1,
"per_page": 50,
"total": 24,
"last_page": 1
}
}
}