Returns paginated historical screening/search request metadata for the authenticated tenant. Use this endpoint for audit-purpose search history retrieval when reconciling screenings that were run in Minerva.
Documentation Index
Fetch the complete documentation index at: https://docs.gominerva.com/llms.txt
Use this file to discover all available pages before exploring further.
The Minerva API key used for this integration. Manage API keys in the Minerva dashboard under Administration > Developers.
One-based result page. Defaults to 1.
x >= 1Maximum number of requests to return. Defaults to 10 and is capped at 250.
1 <= x <= 250Case-insensitive search against submitted entity names.
Return requests associated with a specific search job id.
Inclusive lower bound for the request created_at timestamp. Provide an RFC3339 date-time with an explicit timezone, for example 2026-05-01T00:00:00Z. URL clients should percent-encode reserved characters such as ':' when constructing query strings manually.
Inclusive upper bound for the request created_at timestamp. Provide an RFC3339 date-time with an explicit timezone, for example 2026-05-31T23:59:59Z. URL clients should percent-encode reserved characters such as ':' when constructing query strings manually.
Field used to sort the result set. Only created_at is currently supported.
created_at Sort direction for created_at. Defaults to desc.
asc, desc