latestOpenAPI 3.0.02026-08-214361,0881.3 MB
88a343690a6e
searchJobManagement
Get aggregated records.
Use the search job identifier to obtain the aggregated records from an offset.
get/v2/search/jobs/{jobId}/records
Path parameters
jobIdstring required
The identifier of the search job.
Query parameters
offsetinteger required
Return aggregated records starting at this offset.
limitinteger required
Limit the number of records returned in the response.
Response
A paginated list of records.
Example response
{
"fields": [
{
"fieldType": "long"
}
]
}