Skip to main content
GET
List async operations

Authorizations

Authorization
string
header
required

Bearer token for authentication

Query Parameters

pagination.page
integer<int32>

The (zero-based) offset of the first item returned in the collection.

pagination.page_size
integer<int32>

The maximum number of entries to return. If the value exceeds the maximum, then the maximum value will be used.

resource_id
string

Filter by associated resource ID (must be provided with resource_type)

resource_type
string

Filter by associated resource type (must be provided with resource_id)

status
enum<string>
default:ASYNC_OPERATION_STATUS_UNSPECIFIED

Filter by operation status

Available options:
ASYNC_OPERATION_STATUS_UNSPECIFIED,
ASYNC_OPERATION_STATUS_PENDING,
ASYNC_OPERATION_STATUS_RUNNING,
ASYNC_OPERATION_STATUS_COMPLETED,
ASYNC_OPERATION_STATUS_FAILED,
ASYNC_OPERATION_STATUS_PURGED
kind
string

Filter by operation kind (e.g., evidence_evaluation)

Response

A successful response.

operations
List of operations · object[]
pagination
OffsetPaginationResponse is used to return the pagination information · object
Example: