Skip to main content
GET
List historical search requests

Authorizations

x-api-key
string
header
required

The Minerva API key used for this integration. Manage API keys in the Minerva dashboard under Administration > Developers.

Query Parameters

page
integer
default:1

One-based result page. Defaults to 1.

Required range: x >= 1
limit
integer
default:10

Maximum number of requests to return. Defaults to 10 and is capped at 250.

Required range: 1 <= x <= 250
q
string

Case-insensitive search against submitted entity names.

job_id
string

Return requests associated with a specific search job id.

created_at_from
string<date-time>

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.

created_at_to
string<date-time>

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.

sort_key
enum<string>
default:created_at

Field used to sort the result set. Only created_at is currently supported.

Available options:
created_at
sort
enum<string>
default:desc

Sort direction for created_at. Defaults to desc.

Available options:
asc,
desc

Response

Paginated historical search requests.

pagination
object
required
requests
object[]
required