Skip to main content
GET

Query Parameters

integer
default:"1"
Page number for pagination. Must be a positive integer.
integer
default:"50"
Number of results per page. Maximum value is 200. Default is 50.
string
Filter by processing status. Valid values: pending, queued, running, analyzing, completed, failed, paused, reviewing.

Response

The response includes a paginated list of Finder searches and pagination metadata.
boolean
Always true for successful responses
array
Array of Finder search objects. Each object has the same structure as the Start Finder Search response.
object
Pagination metadata object containing:
  • page (integer): Current page number
  • limit (integer): Number of results per page
  • total (integer): Total number of searches matching the filter
  • total_pages (integer): Total number of pages
  • has_next_page (boolean): Whether there is a next page
  • has_prev_page (boolean): Whether there is a previous page

Errors

Notes

  • Requires the read:finder permission.
  • Completed public searches with zero results are refunded automatically when they are listed. Searches whose results were later shortlisted are not refunded.