Skip to main content
GET
Search Suggested Tasks

Authorizations

X-Access-Token
string
header
required

Query Parameters

page_id
string | null
limit
integer
default:30
Required range: x <= 100

Response

Successful Response

Paginated response for suggested tasks.

Attributes: items: List of suggested tasks in the current page. next_page_id: ID for the next page, or None if there are no more pages.

items
SuggestedTask · object[]
required
next_page_id
string | null