List

Lists incomplete OperationsTasks for the caller’s organization by default, with filtering, sorting, and pagination. | authz: min_org_role=operator | () -> (OperationsTaskListRes)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

sort_byenumOptional
Field to sort by
Allowed values:
sort_orderenumOptional

Sort order (asc or desc)

Allowed values:
pageintegerOptional>=1Defaults to 1
page_sizeintegerOptional1-100Defaults to 20
filter_case_idstringOptional
Filter by case id
filter_completedbooleanOptional
Filter by completed flag. Defaults to False for incomplete tasks.
filter_deadline_gtedatetimeOptional

Filter to tasks with deadline >= this timestamp

filter_deadline_ltedatetimeOptional

Filter to tasks with deadline <= this timestamp

Response

Successful Response
itemslist of objects
total_countinteger

Errors

422
Operations Tasks List V1request Unprocessable Entity Error
Validation Error
detaillist of objects