Retrieve Results for a Process Search (v2)
GET {{cb_url}}/api/investigate/v2/orgs/{{cb_org_key}}/processes/search_jobs/{{cb_job_id}}/results
Retrieves the results of a process search identified by a job_id. Results will be sorted based on the sort parameter specified when starting the search. Confirm the search has completed by verifying that โcontactedโ equals โcompletedโ.
RBAC PERMISSIONS REQUIRED
| Permission (.notation name) | Operation(s) |
|---|---|
| org.search.events | READ |
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
start | number | First row to use for pagination | |
rows | number | Number of requested rows to fetch, used for paginating requested rows |