Read endpoint to view the results of the job.
Async Results
Async Results
Async results can be used to track the status of asynchronous background jobs (such as data ingestion) for which results may not be
immediately available. Users can poll these records to view the status of their requests. Once the requests have been completed, users can
call the relevant entity’s
Previous
Query Async ResultQuery async results, optionally applying a filter.
### Queryable Fields
- `id` - `OBJECT_ID`
- `type` - `STRING`
- `status` - `STRING`
- `entityId` - `OBJECT_ID`
- `entityType` - `STRING`
### Permissions
This endpoint inherits the permissions from the target entity in scope. For example, if the async result represents an **analysis source**,
then the requesting token must contain the permission: `api.analysis-sources.read`.
Next

