Next Steps

List Next Steps

Returns a team's recommended steps. Defaults to the open list (status open/doing) ordered by priority, with the team's refresh settings. Pass wins=true for resolved steps, includeDone=true to get them alongside the open list, or subjectType/subjectId to filter to a subject.

get/v3/next-steps

Query parameters

teamIdstring

Team ID

limitinteger
subjectType'team' | 'keyword' | 'topic' | 'article' | 'page' | 'prompt' | 'domain'
subjectIdstring
wins'true' | 'false'

When 'true', returns resolved (completed) steps.

includeDone'true' | 'false'

When 'true', the open list also carries the resolved steps as done, so a board does not need a second request. Ignored with wins=true.

Response

Default Response

Changes