Async Results
Query Async Result
Query async results, optionally applying a filter.
Queryable Fields
id-OBJECT_IDtype-STRINGstatus-STRINGentityId-OBJECT_IDentityType-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.
POST
Query Async Result
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Zero-based page index (0..N)
Required range:
x >= 0The size of the page to be returned
Required range:
x >= 1Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
Body
application/json
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
- Option 8
- Option 9
- Option 10
- Option 11
- Option 12
- Option 13
- Option 14
- Option 15
- Option 16
- Option 17
- Option 18
- Option 19
- Option 20
Response
200 - application/json
OK
Previous
Read Async ResultRead an existing async result, identified by its ID.
### 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
Query Async Result

