Search

POST

Results will be the latest commit on main for each checklist.

Request

This endpoint expects an object.
queryobjectRequired
sortByobjectOptional

If not present, will sort by LAST_USED in descending order.

nextPageTokenstringOptional
pageSizeintegerOptional

Defaults to 100. Will throw if larger than 1000.

archivedStatusesset of "ARCHIVED" or "NOT_ARCHIVED"Optional
Allowed values: ARCHIVEDNOT_ARCHIVED

Default search status is NOT_ARCHIVED if none are provided. Allows for including archived checklists in search.

Response

This endpoint returns an object.
valueslist of objects
nextPageTokenstringOptional
Built with