v1
latestOpenAPI 3.0.32026-07-241112213.6 KBBoard Tasks
List Board Tasks
Get a paginated list of tasks within a Board. Supports filtering by media type, rating, tool category, tool type, and sorting.
get/boards/tasks/list
Query parameters
boardIdstring required
Board ID
pageNointeger
Page number (starting from 1, default: 1)
pageSizeinteger
Items per page (default: 20, max: 100)
mediaType'all' | 'image' | 'video' | 'audio'
Filter by media type (optional)
rating'all' | '0' | '1' | '2' | '3' | 'unrated'
Filter by rating (optional)
toolCategory'image' | 'video' | 'avatar' | 'voice' | 'music'
Filter by tool category (optional)
toolTypestring
Filter by tool type (optional)
sortField'gmtCreate' | 'gmtModify' | 'completedAt'
Sort field (optional)
sortOrder'asc' | 'desc'
Sort order: asc or desc (optional)
Headers
Topview-Uidstring required
User ID
Authorizationstring required
API Key for authentication (Bearer token)
Response
List of tasks retrieved successfully
Example response
{
"code": "200",
"message": "Success"
}