Search
Results will be the latest commit on main for each checklist.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
If not present, will sort by LAST_USED in descending order.
Tokens are used with paginated requests to get the next “page” of results from an API, and typically are used as both part of the request and response schema of an endpoint to allow users to stream pages of results.
Defaults to 100. Will throw if larger than 1000.
Default search status is NOT_ARCHIVED if none are provided. Allows for including archived checklists in search.
Response
Tokens are used with paginated requests to get the next “page” of results from an API, and typically are used as both part of the request and response schema of an endpoint to allow users to stream pages of results.