Affiliate Finder
List Finder Searches
List Affiliate Finder searches with status, progress, and credit usage
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 responsesarray
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 numberlimit(integer): Number of results per pagetotal(integer): Total number of searches matching the filtertotal_pages(integer): Total number of pageshas_next_page(boolean): Whether there is a next pagehas_prev_page(boolean): Whether there is a previous page
Errors
Notes
- Requires the
read:finderpermission. - Completed public searches with zero results are refunded automatically when they are listed. Searches whose results were later shortlisted are not refunded.
