tasksets

List Tasksets

List tasksets visible to the caller, with search, ownership, and sort filters.

get/v2/tasksets

Query parameters

limitinteger
offsetinteger
searchstring nullable

ILIKE-match on taskset name

ILIKE-match on taskset name

public_onlyboolean

Only public tasksets (Public tab)

Only public tasksets (Public tab)

owner_onlyboolean

Only tasksets owned by the caller's membership; ignored when public_only=True

Only tasksets owned by the caller's membership; ignored when public_only=True

min_tasksinteger nullable

Only tasksets with at least this many live tasks

Only tasksets with at least this many live tasks

registry_idstring uuid nullable

Only tasksets with a live task whose latest version uses a scenario on this registry

Only tasksets with a live task whose latest version uses a scenario on this registry

scenario_idstring uuid nullable

Only tasksets with a live task whose latest version uses this scenario

Only tasksets with a live task whose latest version uses this scenario

project_idstring uuid nullable

Only tasksets contained by this Project; omitted lists every Project

Only tasksets contained by this Project; omitted lists every Project

sort_by'starred' | 'date' | 'name' | 'stars' | 'tasks'

Sort order: starred (caller's starred first), date (updated_at DESC), name (A-Z), stars (star_count DESC), tasks (task_count DESC)

Sort order: starred (caller's starred first), date (updated_at DESC), name (A-Z), stars (star_count DESC), tasks (task_count DESC)

Response

Successful Response

totalinteger required
limitinteger required
offsetinteger required

Changes

No recorded changes to this endpoint across all 1 revision of this API.