List board tasks
Boards
List board tasks
Get tasks grouped by status for the Kanban board.
GET
List board tasks
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
string
UUID of the organization. Defaults to the user’s active organization.
string
UUID of the project. Defaults to the user’s active project.
string
Filter by a specific site.
string
Filter by status.
string
Filter by priority:
LOW, MEDIUM, HIGH, or URGENT.string
UUID of the assigned user.
string
UUID of the comment creator.
string
Search tasks by content.
string
ISO 8601 start date filter.
string
ISO 8601 end date filter.
integer
Results per page. Default:
50.integer
Page number. Default:
1.