diff --git a/docs/api/search-job.md b/docs/api/search-job.md index 091f639288..d37b9e535a 100644 --- a/docs/api/search-job.md +++ b/docs/api/search-job.md @@ -620,7 +620,7 @@ The metadata fields `_sourceHost`, `_sourceName`, and `_sourceCategory`, which a ### Page through the records found by a Search Job
-GET/v1/search/jobs/{SEARCH_JOB_ID}/records?offset={OFFSET]&limit={LIMIT} +GET/v1/search/jobs/{SEARCH_JOB_ID}/records?offset={OFFSET}&limit={LIMIT}

The search job status informs the user as to the number of produced records, if the query performs an aggregation. Those records can be requested using a paging API call (step 6 in the process flow), just as the message can be requested.