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