searchJobManagement
Get a search job's status.
Use the search job identifier to obtain the current status of a search job.
get/v2/search/jobs/{jobId}
Path parameters
jobIdstring required
The identifier of the search job.
Response
The search job's status.
Example response
{
"state": "DONE GATHERING RESULTS"
}