---
title: "List"
method: POST
path: "/api/v1/task/audits"
tags: ["Task"]
---

# List

`POST /api/v1/task/audits`

Invokes the c1.api.task.v1.TaskAudit.List method.

## Request body

- C1ApiTaskV1TaskAuditListRequest — The TaskAuditListRequest message.
  - `pageSize` integer — The pageSize field.
  - `pageToken` string — The pageToken field.
  - `refs` C1ApiTaskV1TaskAuditViewRef[], nullable — The refs field.
    - `id` string — The id field.
  - `taskId` string — The taskId field.

## Response `200`

Successful response

- C1ApiTaskV1TaskAuditListResponse — The TaskAuditListResponse message.
  - `list` C1ApiTaskV1TaskAuditView[], nullable — The list field.
    - `accessRequestOutcome` C1ApiTaskV1TaskAuditAccessRequestOutcome, nullable — The TaskAuditAccessRequestOutcome message.
      - `outcome` 'ACCESS_REQUEST_OUTCOME_UNSPECIFIED' | 'ACCESS_REQUEST_OUTCOME_APPROVED' | 'ACCESS_REQUEST_OUTCOME_DENIED' | 'ACCESS_REQUEST_OUTCOME_ERROR' | 'ACCESS_REQUEST_OUTCOME_CANCELLED' — The outcome field.
    - `actionResult` C1ApiTaskV1TaskAuditConnectorActionResult, nullable — The TaskAuditConnectorActionResult message. This message contains a oneof named result. Only a single field of the following list may be set at a time: - success - error - cancelled
      - `appEntitlementId` string — The appEntitlementId field.
      - `appId` string — The appId field.
      - `cancelled` C1ApiAppV1TaskAuditCancelledResult, nullable — The TaskAuditCancelledResult message.
      - `connectorActionId` string — The connectorActionId field.
      - `connectorId` string — The connectorId field.
      - `error` C1ApiAppV1TaskAuditErrorResult, nullable — The TaskAuditErrorResult message.
        - `errorCount` string, int64 — TODO(pquerna): expand
        - `errorReason` string — The errorReason field.
      - `success` C1ApiAppV1TaskAuditSuccessResult, nullable — The TaskAuditSuccessResult message.
        - `annotations` object[], nullable — The annotations field.
          - `@type` string — The type of the serialized message.
    - `actionSubmitted` C1ApiTaskV1TaskAuditActionSubmitted, nullable — The TaskAuditActionSubmitted message.
      - `action` C1ApiTaskV1TaskAction — The TaskAction message.
        - `actionType` 'TASK_ACTION_TYPE_UNSPECIFIED' | 'TASK_ACTION_TYPE_CLOSE' | 'TASK_ACTION_TYPE_APPROVE' | 'TASK_ACTION_TYPE_DENY' | 'TASK_ACTION_TYPE_COMMENT' | 'TASK_ACTION_TYPE_DELETE' | 'TASK_ACTION_TYPE_REASSIGN' | 'TASK_ACTION_TYPE_RESTART' | 'TASK_ACTION_TYPE_SEND_REMINDER' | 'TASK_ACTION_TYPE_PROVISION_COMPLETE' | 'TASK_ACTION_TYPE_PROVISION_CANCELLED' | 'TASK_ACTION_TYPE_PROVISION_ERRORED' | 'TASK_ACTION_TYPE_ROLLBACK_SKIPPED' | 'TASK_ACTION_TYPE_PROVISION_APP_USER_TARGET_CREATED' | 'TASK_ACTION_TYPE_HARD_RESET' | 'TASK_ACTION_TYPE_ESCALATE_TO_EMERGENCY_ACCESS' | 'TASK_ACTION_TYPE_CHANGE_POLICY' | 'TASK_ACTION_TYPE_RECALCULATE_DENIAL_FROM_BASE_POLICY_DECISIONS' | 'TASK_ACTION_TYPE_SET_INSIGHTS_AND_RECOMMENDATION' | 'TASK_ACTION_TYPE_SET_ANALYSIS_ID' | 'TASK_ACTION_TYPE_RECALCULATE_APPROVERS_LIST' | 'TASK_ACTION_TYPE_PROCESS_NOW' | 'TASK_ACTION_TYPE_APPROVE_WITH_STEP_UP' — The actionType field.
        - `bulkActionId` string — The bulkActionId field.
        - `createdAt` string, date-time
        - `deletedAt` string, date-time
        - `id` string — The id field.
        - `policyStepId` string — The policyStepId field.
        - `updatedAt` string, date-time
        - `userId` string — The userId field.
    - `approvalAutoAcceptedByPolicy` C1ApiTaskV1TaskAuditApprovalAutoAcceptedByPolicy, nullable — The TaskAuditApprovalAutoAcceptedByPolicy message.
    - `approvalAutoRejectedByPolicy` C1ApiTaskV1TaskAuditApprovalAutoRejectedByPolicy, nullable — The TaskAuditApprovalAutoRejectedByPolicy message.
    - `approvalInstanceChange` C1ApiTaskV1TaskAuditApprovalInstanceChange, nullable — The TaskAuditApprovalInstanceChange message.
      - `instance` C1ApiPolicyV1ApprovalInstance, nullable — The approval instance object describes the way a policy step should be approved as well as its outcomes and state. This message contains a oneof named outcome. Only a single field of the following list may be set at a time: - approved - denied - reassigned - restarted - reassignedByError
        - `approval` C1ApiPolicyV1Approval, nullable — The Approval message. This message contains a oneof named typ. Only a single field of the following list may be set at a time: - users - manager - appOwners - group - self - entitlementOwners - expression - webhook - resourceOwners - agent
          - `agent` C1ApiPolicyV1AgentApproval, nullable — The agent to assign the task to.
            - `agentUserId` string — The agent user ID to assign the task to.
            - `instructions` string — Instructions for the agent.
          - `allowReassignment` boolean — Configuration to allow reassignment by reviewers during this step.
          - `appOwners` C1ApiPolicyV1AppOwnerApproval, nullable — App owner approval provides the configuration for an approval step when the app owner is the target.
            - `allowSelfApproval` boolean — Configuration that allows a user to self approve if they are an app owner during this approval step.
          - `assigned` boolean — A field indicating whether this step is assigned.
          - `entitlementOwners` C1ApiPolicyV1EntitlementOwnerApproval, nullable — The entitlement owner approval allows configuration of the approval step when the target approvers are the entitlement owners.
            - `allowSelfApproval` boolean — Configuration to allow self approval if the target user is an entitlement owner during this step.
            - `fallback` boolean — Configuration to allow a fallback if the entitlement owner cannot be identified.
            - `fallbackUserIds` string[], nullable — Configuration to specific which users to fallback to if fallback is enabled and the entitlement owner cannot be identified.
          - `expression` C1ApiPolicyV1ExpressionApproval, nullable — The ExpressionApproval message.
            - `allowSelfApproval` boolean — Configuration to allow self approval of if the user is specified and also the target of the ticket.
            - `assignedUserIds` string[], nullable — The assignedUserIds field.
            - `expressions` string[], nullable — Array of dynamic expressions to determine the approvers. The first expression to return a non-empty list of users will be used.
            - `fallback` boolean — Configuration to allow a fallback if the expression does not return a valid list of users.
            - `fallbackUserIds` string[], nullable — Configuration to specific which users to fallback to if and the expression does not return a valid list of users.
          - `group` C1ApiPolicyV1AppGroupApproval, nullable — The AppGroupApproval object provides the configuration for setting a group as the approvers of an approval policy step.
            - `allowSelfApproval` boolean — Configuration to allow self approval if the target user is a member of the group during this step.
            - `appGroupId` string — The ID of the group specified for approval.
            - `appId` string — The ID of the app that contains the group specified for approval.
            - `fallback` boolean — Configuration to allow a fallback if the group is empty.
            - `fallbackUserIds` string[], nullable — Configuration to specific which users to fallback to if fallback is enabled and the group is empty.
          - `manager` C1ApiPolicyV1ManagerApproval, nullable — The manager approval object provides configuration options for approval when the target of the approval is the manager of the user in the task.
            - `allowSelfApproval` boolean — Configuration to allow self approval if the target user is their own manager. This may occur if a service account has an identity user and manager specified as the same person.
            - `assignedUserIds` string[], nullable — The array of users determined to be the manager during processing time.
            - `fallback` boolean — Configuration to allow a fallback if no manager is found.
            - `fallbackUserIds` string[], nullable — Configuration to specific which users to fallback to if fallback is enabled and no manager is found.
          - `requireApprovalReason` boolean — Configuration to require a reason when approving this step.
          - `requireDenialReason` boolean — Configuration to require a reason when denying this step.
          - `requireReassignmentReason` boolean — Configuration to require a reason when reassigning this step.
          - `requiresStepUpProviderId` string — The ID of a step-up authentication provider that will be required for approvals on this step. If set, approvers must complete the step-up authentication flow before they can approve.
          - `resourceOwners` C1ApiPolicyV1ResourceOwnerApproval, nullable — The resource owner approval allows configuration of the approval step when the target approvers are the resource owners.
            - `allowSelfApproval` boolean — Configuration to allow self approval if the target user is an resource owner during this step.
            - `fallback` boolean — Configuration to allow a fallback if the resource owner cannot be identified.
            - `fallbackUserIds` string[], nullable — Configuration to specific which users to fallback to if fallback is enabled and the resource owner cannot be identified.
          - `self` C1ApiPolicyV1SelfApproval, nullable — The self approval object describes the configuration of a policy step that needs to be approved by the target of the request.
            - `assignedUserIds` string[], nullable — The array of users determined to be themselves during approval. This should only ever be one person, but is saved because it may change if the owner of an app user changes while the ticket is open.
            - `fallback` boolean — Configuration to allow a fallback if the identity user of the target app user cannot be determined.
            - `fallbackUserIds` string[], nullable — Configuration to specific which users to fallback to if fallback is enabled and the identity user of the target app user cannot be determined.
          - `users` C1ApiPolicyV1UserApproval, nullable — The user approval object describes the approval configuration of a policy step that needs to be approved by a specific list of users.
            - `allowSelfApproval` boolean — Configuration to allow self approval of if the user is specified and also the target of the ticket.
            - `userIds` string[], nullable — Array of users configured for approval.
          - `webhook` C1ApiPolicyV1WebhookApproval, nullable — The WebhookApproval message.
            - `webhookId` string — The ID of the webhook to call for approval.
        - `approved` C1ApiPolicyV1ApprovedAction, nullable — The approved action indicates that the approvalinstance had an outcome of approved.
          - `approvedAt` string, date-time
          - `entitlements` C1ApiPolicyV1AppEntitlementReference[], nullable — The entitlements that were approved. This will only ever be a list of one entitlement.
            - `appEntitlementId` string — The ID of the Entitlement.
            - `appId` string — The ID of the App this entitlement belongs to.
          - `stepUpTransactionId` string — The ID of the step-up transaction that was used for this approval, if step-up was required.
          - `userId` string — The UserID that approved this step.
        - `denied` C1ApiPolicyV1DeniedAction, nullable — The denied action indicates that the c1.api.policy.v1.ApprovalInstance had an outcome of denied.
          - `deniedAt` string, date-time
          - `userId` string — The UserID that denied this step.
        - `reassigned` C1ApiPolicyV1ReassignedAction, nullable — The ReassignedAction object describes the outcome of a policy step that has been reassigned.
          - `newPolicyStepId` string — The ID of the policy step that was created as a result of this reassignment.
          - `reassignedAt` string, date-time
          - `userId` string — The UserID of the person who reassigned this step.
        - `reassignedByError` C1ApiPolicyV1ReassignedByErrorAction, nullable — The ReassignedByErrorAction object describes the outcome of a policy step that has been reassigned because it had an error provisioning.
          - `description` string — The description of the error with more details on why this was reassigned.
          - `errorCode` string — Additional information about the error, like http status codes or error messages from SDKs.
          - `errorUserId` string — The UserID of the user who reassigned this due to an error. This will exclusively be the System's UserID.
          - `erroredAt` string, date-time
          - `newPolicyStepId` string — The ID of the policy step that was created by this reassignment.
          - `reassignedAt` string, date-time
        - `restarted` C1ApiPolicyV1RestartAction, nullable — The restart action describes the outcome of policy steps for when the task was restarted. This can be applied to multiple steps since restart skips all pending next steps.
          - `oldPolicyStepId` string — The step ID that was restarted. Potentially multiple "history" steps will reference this ID to indicate by what step they were restarted.
          - `restartedAt` string, date-time
          - `userId` string — The user that submitted the restart action.
        - `state` 'APPROVAL_INSTANCE_STATE_UNSPECIFIED' | 'APPROVAL_INSTANCE_STATE_INIT' | 'APPROVAL_INSTANCE_STATE_SENDING_NOTIFICATIONS' | 'APPROVAL_INSTANCE_STATE_WAITING' | 'APPROVAL_INSTANCE_STATE_DONE' — The state of the approval instance
    - `approvalReassigned` C1ApiTaskV1TaskAuditPolicyApprovalReassigned, nullable — The TaskAuditPolicyApprovalReassigned message.
      - `newPolicyStepId` string — The newPolicyStepId field.
      - `newUsers` string[], nullable — The newUsers field.
      - `oldPolicyStepId` string — The oldPolicyStepId field.
      - `users` C1ApiUserV1User[], nullable — The users field.
        - `createdAt` string, date-time
        - `delegatedUserId` string — The id of the user to whom tasks will be automatically reassigned to.
        - `deletedAt` string, date-time
        - `department` string — The department which the user belongs to in the organization.
        - `departmentSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on department attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `directoryIds` string[], nullable — A list of unique ids that represent different directories.
        - `directoryStatus` 'UNKNOWN' | 'ENABLED' | 'DISABLED' | 'DELETED' — The status of the user in the directory.
        - `directoryStatusSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on directoryStatus attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `displayName` string — The display name of the user.
        - `email` string — This is the user's email.
        - `emailSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of source data for the email attribute.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `emails` string[], nullable — This is a list of all of the user's emails from app users.
        - `employeeIdSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of source data for the employee IDs attribute.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `employeeIds` string[], nullable — This is a list of all of the user's employee IDs from app users.
        - `employmentStatus` string — The users employment status.
        - `employmentStatusSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on employmentStatus attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `employmentType` string — The employment type of the user.
        - `employmentTypeSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on employmentType attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `id` string — A unique identifier of the user.
        - `jobTitle` string — The job title of the user.
        - `jobTitleSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on jobTitle attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `managerIds` string[], nullable — A list of ids of the user's managers.
        - `managerSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on managerId attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `profile` object
        - `roleIds` string[], nullable — A list of unique identifiers that maps to ConductorOne's user roles let you assign users permissions tailored to the work they do in the software.
        - `status` 'UNKNOWN' | 'ENABLED' | 'DISABLED' | 'DELETED' — The status of the user in the system.
        - `updatedAt` string, date-time
        - `username` string — This is the user's primary username. Typically sourced from the primary directory.
        - `usernameSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of source data for the usernames attribute.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `usernames` string[], nullable — This is a list of all of the user's usernames from app users.
    - `approvedAutomatically` C1ApiTaskV1TaskAuditApprovalHappenedAutomatically, nullable — The TaskAuditApprovalHappenedAutomatically message.
    - `bulkActionError` C1ApiTaskV1TaskAuditBulkActionError, nullable — The TaskAuditBulkActionError message.
      - `error` string — The error field.
    - `certifyOutcome` C1ApiTaskV1TaskAuditCertifyOutcome, nullable — The TaskAuditCertifyOutcome message.
      - `outcome` 'CERTIFY_OUTCOME_UNSPECIFIED' | 'CERTIFY_OUTCOME_CERTIFIED' | 'CERTIFY_OUTCOME_DECERTIFIED' | 'CERTIFY_OUTCOME_ERROR' | 'CERTIFY_OUTCOME_CANCELLED' | 'CERTIFY_OUTCOME_WAIT_TIMED_OUT' — The outcome field.
    - `comment` C1ApiTaskV1TaskAuditComment, nullable — The TaskAuditComment message.
      - `comment` string — The comment field.
      - `updatedAt` string, date-time
      - `updatedBy` string — The updatedBy field.
    - `conditionalPolicyExecutionResult` C1ApiTaskV1TaskAuditConditionalPolicyExecutionResult, nullable — The TaskAuditConditionalPolicyExecutionResult message.
      - `condition` string — The condition field.
      - `conditionMatched` boolean — The conditionMatched field.
      - `defaultCondition` boolean — The defaultCondition field.
      - `error` string — The error field.
      - `policyKey` string — The policyKey field.
    - `connectorActionsEnd` C1ApiTaskV1TaskAuditFinishedConnectorActions, nullable — The TaskAuditFinishedConnectorActions message.
      - `policyStepId` string — The policyStepId field.
    - `connectorActionsStart` C1ApiTaskV1TaskAuditStartedConnectorActions, nullable — The TaskAuditStartedConnectorActions message.
      - `policyStepId` string — The policyStepId field.
    - `created` string, date-time
    - `currentState` 'TASK_STATE_UNSPECIFIED' | 'TASK_STATE_OPEN' | 'TASK_STATE_CLOSED' — The currentState field.
    - `eventType` 'TASK_AUDIT_EVENT_TYPE_UNSPECIFIED' | 'TASK_AUDIT_EVENT_TYPE_NEUTRAL' | 'TASK_AUDIT_EVENT_TYPE_ERROR' — The eventType field.
    - `expressionPolicyStepError` C1ApiTaskV1TaskAuditExpressionPolicyStepError, nullable — The TaskAuditExpressionPolicyStepError message.
      - `error` string — The error field.
    - `externalTicketCreated` C1ApiTaskV1TaskAuditExternalTicketCreated, nullable — The TaskAuditExternalTicketCreated message.
      - `appId` string — The appId field.
      - `connectorId` string — The connectorId field.
      - `externalTicketId` string — The externalTicketId field.
      - `externalTicketProvisionerConfigId` string — The externalTicketProvisionerConfigId field.
      - `externalTicketProvisionerConfigName` string — The externalTicketProvisionerConfigName field.
      - `externalTicketUrl` string — The externalTicketUrl field.
    - `externalTicketError` C1ApiTaskV1TaskAuditExternalTicketError, nullable — The TaskAuditExternalTicketError message.
      - `errorMessage` string — The errorMessage field.
    - `externalTicketTriggered` C1ApiTaskV1TaskAuditExternalTicketTriggered, nullable — The TaskAuditExternalTicketTriggered message.
      - `appId` string — The appId field.
      - `connectorId` string — The connectorId field.
      - `externalTicketId` string — The externalTicketId field.
      - `externalTicketProvisionerConfigId` string — The externalTicketProvisionerConfigId field.
      - `externalTicketProvisionerConfigName` string — The externalTicketProvisionerConfigName field.
    - `grantOutcome` C1ApiTaskV1TaskAuditGrantOutcome, nullable — The TaskAuditGrantOutcome message.
      - `outcome` 'GRANT_OUTCOME_UNSPECIFIED' | 'GRANT_OUTCOME_GRANTED' | 'GRANT_OUTCOME_DENIED' | 'GRANT_OUTCOME_ERROR' | 'GRANT_OUTCOME_CANCELLED' | 'GRANT_OUTCOME_WAIT_TIMED_OUT' — The outcome field.
    - `hardReset` C1ApiTaskV1TaskAuditHardReset, nullable — The TaskAuditHardReset message.
      - `oldPolicyStepId` string — The oldPolicyStepId field.
    - `id` string — The id field.
    - `metadata` C1ApiTaskV1TaskAuditMetaData — The TaskAuditMetaData message.
      - `user` C1ApiUserV1User — The User object provides all of the details for an user, as well as some configuration.
        - `createdAt` string, date-time
        - `delegatedUserId` string — The id of the user to whom tasks will be automatically reassigned to.
        - `deletedAt` string, date-time
        - `department` string — The department which the user belongs to in the organization.
        - `departmentSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on department attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `directoryIds` string[], nullable — A list of unique ids that represent different directories.
        - `directoryStatus` 'UNKNOWN' | 'ENABLED' | 'DISABLED' | 'DELETED' — The status of the user in the directory.
        - `directoryStatusSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on directoryStatus attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `displayName` string — The display name of the user.
        - `email` string — This is the user's email.
        - `emailSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of source data for the email attribute.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `emails` string[], nullable — This is a list of all of the user's emails from app users.
        - `employeeIdSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of source data for the employee IDs attribute.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `employeeIds` string[], nullable — This is a list of all of the user's employee IDs from app users.
        - `employmentStatus` string — The users employment status.
        - `employmentStatusSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on employmentStatus attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `employmentType` string — The employment type of the user.
        - `employmentTypeSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on employmentType attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `id` string — A unique identifier of the user.
        - `jobTitle` string — The job title of the user.
        - `jobTitleSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on jobTitle attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `managerIds` string[], nullable — A list of ids of the user's managers.
        - `managerSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on managerId attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `profile` object
        - `roleIds` string[], nullable — A list of unique identifiers that maps to ConductorOne's user roles let you assign users permissions tailored to the work they do in the software.
        - `status` 'UNKNOWN' | 'ENABLED' | 'DISABLED' | 'DELETED' — The status of the user in the system.
        - `updatedAt` string, date-time
        - `username` string — This is the user's primary username. Typically sourced from the primary directory.
        - `usernameSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of source data for the usernames attribute.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `usernames` string[], nullable — This is a list of all of the user's usernames from app users.
    - `policyEvaluationStep` C1ApiTaskV1TaskAuditPolicyEvaluationStep, nullable — The TaskAuditPolicyEvaluationStep message.
      - `stepComment` string — The stepComment field.
    - `provisionError` C1ApiTaskV1TaskAuditPolicyProvisionError, nullable — The TaskAuditPolicyProvisionError message.
      - `error` string — The error field.
    - `provisionReassigned` C1ApiTaskV1TaskAuditPolicyProvisionReassigned, nullable — The TaskAuditPolicyProvisionReassigned message.
      - `newPolicyStepId` string — The newPolicyStepId field.
      - `newUsers` string[], nullable — The newUsers field.
      - `oldPolicyStepId` string — The oldPolicyStepId field.
      - `users` C1ApiUserV1User[], nullable — The users field.
        - `createdAt` string, date-time
        - `delegatedUserId` string — The id of the user to whom tasks will be automatically reassigned to.
        - `deletedAt` string, date-time
        - `department` string — The department which the user belongs to in the organization.
        - `departmentSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on department attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `directoryIds` string[], nullable — A list of unique ids that represent different directories.
        - `directoryStatus` 'UNKNOWN' | 'ENABLED' | 'DISABLED' | 'DELETED' — The status of the user in the directory.
        - `directoryStatusSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on directoryStatus attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `displayName` string — The display name of the user.
        - `email` string — This is the user's email.
        - `emailSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of source data for the email attribute.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `emails` string[], nullable — This is a list of all of the user's emails from app users.
        - `employeeIdSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of source data for the employee IDs attribute.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `employeeIds` string[], nullable — This is a list of all of the user's employee IDs from app users.
        - `employmentStatus` string — The users employment status.
        - `employmentStatusSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on employmentStatus attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `employmentType` string — The employment type of the user.
        - `employmentTypeSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on employmentType attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `id` string — A unique identifier of the user.
        - `jobTitle` string — The job title of the user.
        - `jobTitleSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on jobTitle attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `managerIds` string[], nullable — A list of ids of the user's managers.
        - `managerSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on managerId attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `profile` object
        - `roleIds` string[], nullable — A list of unique identifiers that maps to ConductorOne's user roles let you assign users permissions tailored to the work they do in the software.
        - `status` 'UNKNOWN' | 'ENABLED' | 'DISABLED' | 'DELETED' — The status of the user in the system.
        - `updatedAt` string, date-time
        - `username` string — This is the user's primary username. Typically sourced from the primary directory.
        - `usernameSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of source data for the usernames attribute.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `usernames` string[], nullable — This is a list of all of the user's usernames from app users.
    - `reassignedToDelegate` C1ApiTaskV1TaskAuditReassignedToDelegate, nullable — The TaskAuditReassignedToDelegate message.
      - `delegatedAssigneeUser` C1ApiUserV1User — The User object provides all of the details for an user, as well as some configuration.
        - `createdAt` string, date-time
        - `delegatedUserId` string — The id of the user to whom tasks will be automatically reassigned to.
        - `deletedAt` string, date-time
        - `department` string — The department which the user belongs to in the organization.
        - `departmentSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on department attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `directoryIds` string[], nullable — A list of unique ids that represent different directories.
        - `directoryStatus` 'UNKNOWN' | 'ENABLED' | 'DISABLED' | 'DELETED' — The status of the user in the directory.
        - `directoryStatusSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on directoryStatus attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `displayName` string — The display name of the user.
        - `email` string — This is the user's email.
        - `emailSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of source data for the email attribute.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `emails` string[], nullable — This is a list of all of the user's emails from app users.
        - `employeeIdSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of source data for the employee IDs attribute.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `employeeIds` string[], nullable — This is a list of all of the user's employee IDs from app users.
        - `employmentStatus` string — The users employment status.
        - `employmentStatusSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on employmentStatus attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `employmentType` string — The employment type of the user.
        - `employmentTypeSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on employmentType attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `id` string — A unique identifier of the user.
        - `jobTitle` string — The job title of the user.
        - `jobTitleSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on jobTitle attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `managerIds` string[], nullable — A list of ids of the user's managers.
        - `managerSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on managerId attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `profile` object
        - `roleIds` string[], nullable — A list of unique identifiers that maps to ConductorOne's user roles let you assign users permissions tailored to the work they do in the software.
        - `status` 'UNKNOWN' | 'ENABLED' | 'DISABLED' | 'DELETED' — The status of the user in the system.
        - `updatedAt` string, date-time
        - `username` string — This is the user's primary username. Typically sourced from the primary directory.
        - `usernameSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of source data for the usernames attribute.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `usernames` string[], nullable — This is a list of all of the user's usernames from app users.
      - `delegatedAssigneeUserId` string — The delegatedAssigneeUserId field.
      - `originalAssigneeUser` C1ApiUserV1User — The User object provides all of the details for an user, as well as some configuration.
        - `createdAt` string, date-time
        - `delegatedUserId` string — The id of the user to whom tasks will be automatically reassigned to.
        - `deletedAt` string, date-time
        - `department` string — The department which the user belongs to in the organization.
        - `departmentSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on department attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `directoryIds` string[], nullable — A list of unique ids that represent different directories.
        - `directoryStatus` 'UNKNOWN' | 'ENABLED' | 'DISABLED' | 'DELETED' — The status of the user in the directory.
        - `directoryStatusSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on directoryStatus attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `displayName` string — The display name of the user.
        - `email` string — This is the user's email.
        - `emailSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of source data for the email attribute.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `emails` string[], nullable — This is a list of all of the user's emails from app users.
        - `employeeIdSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of source data for the employee IDs attribute.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `employeeIds` string[], nullable — This is a list of all of the user's employee IDs from app users.
        - `employmentStatus` string — The users employment status.
        - `employmentStatusSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on employmentStatus attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `employmentType` string — The employment type of the user.
        - `employmentTypeSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on employmentType attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `id` string — A unique identifier of the user.
        - `jobTitle` string — The job title of the user.
        - `jobTitleSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on jobTitle attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `managerIds` string[], nullable — A list of ids of the user's managers.
        - `managerSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of objects mapped based on managerId attribute mappings configured in the system.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `profile` object
        - `roleIds` string[], nullable — A list of unique identifiers that maps to ConductorOne's user roles let you assign users permissions tailored to the work they do in the software.
        - `status` 'UNKNOWN' | 'ENABLED' | 'DISABLED' | 'DELETED' — The status of the user in the system.
        - `updatedAt` string, date-time
        - `username` string — This is the user's primary username. Typically sourced from the primary directory.
        - `usernameSources` C1ApiUserV1UserAttributeMappingSource[], nullable — A list of source data for the usernames attribute.
          - `appId` string — The appId field.
          - `appUserId` string — The appUserId field.
          - `appUserProfileAttributeKey` string — The appUserProfileAttributeKey field.
          - `userAttributeMappingId` string — The userAttributeMappingId field.
          - `value` string — The value field.
        - `usernames` string[], nullable — This is a list of all of the user's usernames from app users.
      - `originalAssigneeUserId` string — The originalAssigneeUserId field.
    - `revokeOutcome` C1ApiTaskV1TaskAuditRevokeOutcome, nullable — The TaskAuditRevokeOutcome message.
      - `outcome` 'REVOKE_OUTCOME_UNSPECIFIED' | 'REVOKE_OUTCOME_REVOKED' | 'REVOKE_OUTCOME_DENIED' | 'REVOKE_OUTCOME_ERROR' | 'REVOKE_OUTCOME_CANCELLED' | 'REVOKE_OUTCOME_WAIT_TIMED_OUT' — The outcome field.
    - `stateChange` C1ApiTaskV1TaskAuditStateChange, nullable — The TaskAuditStateChange message.
      - `previousState` 'TASK_STATE_UNSPECIFIED' | 'TASK_STATE_OPEN' | 'TASK_STATE_CLOSED' — The previousState field.
    - `stepUpApproval` C1ApiTaskV1TaskAuditStepUpApproval, nullable — The TaskAuditStepUpApproval message.
      - `stepUpTransactionId` string — The stepUpTransactionId field.
    - `taskCreated` C1ApiTaskV1TaskAuditNewTask, nullable — The TaskAuditNewTask message.
    - `taskEscalated` C1ApiTaskV1TaskAuditEscalateToEmergencyAccess, nullable — The TaskAuditEscalateToEmergencyAccess message.
      - `oldPolicyId` string — The oldPolicyId field.
      - `oldPolicyStepId` string — The oldPolicyStepId field.
    - `taskRestarted` C1ApiTaskV1TaskAuditRestart, nullable — The TaskAuditRestart message.
      - `oldPolicyStepId` string — The oldPolicyStepId field.
    - `userId` string — The userId field.
    - `waitStepAnalysisSuccess` C1ApiTaskV1TaskAuditWaitForAnalysisStepSuccess, nullable — The TaskAuditWaitForAnalysisStepSuccess message.
      - `stepId` string — The stepId field.
      - `succeededAt` string, date-time
    - `waitStepAnalysisTimedOut` C1ApiTaskV1TaskAuditWaitForAnalysisStepTimedOut, nullable — The TaskAuditWaitForAnalysisStepTimedOut message.
      - `stepId` string — The stepId field.
      - `timedOutAt` string, date-time
    - `waitStepAnalysisWaiting` C1ApiTaskV1TaskAuditWaitForAnalysisStepWaiting, nullable — The TaskAuditWaitForAnalysisStepWaiting message.
      - `stepId` string — The stepId field.
    - `waitStepSuccess` C1ApiTaskV1TaskAuditWaitStepSuccess, nullable — The TaskAuditWaitStepSuccess message.
      - `condition` string — The condition field.
      - `stepId` string — The stepId field.
      - `succeededAt` string, date-time
    - `waitStepTimedOut` C1ApiTaskV1TaskAuditWaitStepTimedOut, nullable — The TaskAuditWaitStepTimedOut message.
      - `condition` string — The condition field.
      - `stepId` string — The stepId field.
      - `timedOutAt` string, date-time
    - `waitStepWaiting` C1ApiTaskV1TaskAuditWaitStepWaiting, nullable — The TaskAuditWaitStepWaiting message.
      - `condition` string — The condition field.
      - `stepId` string — The stepId field.
    - `webhookApprovalAttempt` C1ApiTaskV1TaskAuditWebhookApprovalAttempt, nullable — The TaskAuditWebhookApprovalAttempt message.
      - `webhookId` string — The webhookId field.
      - `webhookInstanceId` string — The webhookInstanceId field.
      - `webhookName` string — The webhookName field.
      - `webhookUrl` string — The webhookUrl field.
    - `webhookApprovalBadResponse` C1ApiTaskV1TaskAuditWebhookApprovalBadResponse, nullable — The TaskAuditWebhookApprovalBadResponse message.
      - `error` string — The error field.
      - `webhookId` string — The webhookId field.
      - `webhookInstanceId` string — The webhookInstanceId field.
      - `webhookName` string — The webhookName field.
      - `webhookUrl` string — The webhookUrl field.
    - `webhookApprovalSuccess` C1ApiTaskV1TaskAuditWebhookApprovalSuccess, nullable — The TaskAuditWebhookApprovalSuccess message.
      - `webhookId` string — The webhookId field.
      - `webhookInstanceId` string — The webhookInstanceId field.
      - `webhookName` string — The webhookName field.
      - `webhookUrl` string — The webhookUrl field.
    - `webhookApprovalTriggered` C1ApiTaskV1TaskAuditWebhookApprovalTriggered, nullable — The TaskAuditWebhookApprovalTriggered message.
      - `webhookId` string — The webhookId field.
      - `webhookInstanceId` string — The webhookInstanceId field.
      - `webhookName` string — The webhookName field.
      - `webhookUrl` string — The webhookUrl field.
    - `webhookAttempt` C1ApiTaskV1TaskAuditWebhookAttempt, nullable — The TaskAuditWebhookAttempt message.
      - `webhookId` string — The webhookId field.
      - `webhookInstanceId` string — The webhookInstanceId field.
      - `webhookName` string — The webhookName field.
      - `webhookUrl` string — The webhookUrl field.
    - `webhookSuccess` C1ApiTaskV1TaskAuditWebhookSuccess, nullable — The TaskAuditWebhookSuccess message.
      - `webhookId` string — The webhookId field.
      - `webhookInstanceId` string — The webhookInstanceId field.
      - `webhookName` string — The webhookName field.
      - `webhookUrl` string — The webhookUrl field.
    - `webhookTriggered` C1ApiTaskV1TaskAuditWebhookTriggered, nullable — The TaskAuditWebhookTriggered message.
      - `webhookId` string — The webhookId field.
      - `webhookInstanceId` string — The webhookInstanceId field.
      - `webhookName` string — The webhookName field.
      - `webhookUrl` string — The webhookUrl field.
    - `workflowStep` integer — The workflowStep field.
  - `nextPageToken` string — The nextPageToken field.

## Changes

- **2025-04-10** `17f9f3bcedd5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/conductorone/apis/c1-api/changes/api/v1/task/audits/post.md)

---

[API](https://skmtc.dev/conductorone/apis/c1-api.md) · [All operations](https://skmtc.dev/conductorone/apis/c1-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/conductorone/c1-api/revisions/17f9f3bcedd5/schema)
