Search
Search tasks based on filters specified in the request body.
Request body
Search tasks that belong to any of the access reviews included in this list.
Search tasks that have any of these account owners.
The accountTypes field.
Search tasks that have this actor ID.
Search tasks that have any of these app entitlement IDs.
Search tasks that have any of these app resource IDs.
Search tasks that have any of these app resource type IDs.
Search tasks that have any of these app users as subjects.
Search tasks that have any of these apps as targets.
Search tasks that are currently assigned to this user, or that are closed and were previously approved by this user.
Search tasks by List of UserIDs which are currently assigned these Tasks
Search tasks by certify outcome
Search tasks that have this type of step as the current step.
Search tasks that are or are not emergency access.
Search tasks that do not have any of these app entitlement IDs.
Search tasks that do not have any of these app resource type IDs.
Search tasks that do NOT have any of these apps as targets.
Exclude Specific TaskIDs from this serach result.
Search tasks by grant outcome
Whether or not to include deleted tasks.
Search tasks where the user would see this task in the My Work section
Search tasks that were created by any of the users in this array.
Search tasks that were opened by this user, or that the user is the subject of.
The pageSize where 0 <= pageSize <= 100. Values < 10 will be set to 10. A value of 0 returns the default page size (currently 25)
The pageToken field.
Filter tasks by pending action status. Only applies when exactly one access_review_id is specified. Requires the REVIEWS_PENDING_ACTIONS feature flag to be enabled.
Search tasks that were acted on by any of these users.
Fuzzy search tasks by display name, description, or ID.
Filter tasks where the current approval step requires an approval reason.
Filter tasks where the current approval step requires a denial reason.
Search tasks by revoke outcome
Sort tasks in a specific order.
Search tasks that have a current policy step of this type
Search tasks where these users are the subject.
Search tasks with this task state.
The userEmploymentStatuses field.
Response
The TaskSearchResponse message contains a list of results and a nextPageToken if applicable.
The nextPageToken is shown for the next page if the number of results is larger than the max page size. The server returns one page of results and the nextPageToken until all results are retreived. To retrieve the next page, use the same request and append a pageToken field with the value of nextPageToken shown on the previous page.