v64

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-03124241726.5 KB
Saved Searches

List saved searches

Returns every saved search in the project. The response uses the standard paginated shape; the saved-search list currently fits in a single page (nextCursor is always null).

get/v1/projects/{projectSlug}/searches

Path parameters

projectSlugstring required

Project slug (human-readable identifier)

Project slug (human-readable identifier)

Response

List of saved searches

nextCursorstring nullable required

Opaque cursor for fetching the next page. null when there are no more pages. Pass it back in cursor to continue.

hasMoreboolean required

true when there is at least one more page after this one.