---
title: "Search"
method: POST
path: "/api/v1/search/step-up/transactions"
tags: ["Step Up Authentication Transactions"]
---

# Search

`POST /api/v1/search/step-up/transactions`

Search allows searching for step-up transactions with various filters

## Request body

- C1ApiStepupV1SearchStepUpTransactionsRequest — Request message for searching step-up transactions
  - `createdAfter` string, date-time
  - `createdBefore` string, date-time
  - `pageSize` integer — Maximum number of results to return
  - `pageToken` string — Token for pagination
  - `providerId` string — Filter by provider ID
  - `state` 'STEP_UP_TRANSACTION_STATE_UNSPECIFIED' | 'STEP_UP_TRANSACTION_STATE_PENDING' | 'STEP_UP_TRANSACTION_STATE_VERIFIED' | 'STEP_UP_TRANSACTION_STATE_ERROR' — Filter by transaction state
  - `targetType` 'TARGET_TYPE_UNSPECIFIED' | 'TARGET_TYPE_TICKET' | 'TARGET_TYPE_TEST' — The targetType field.
  - `taskId` string — Filter by task ID (only applicable if target_type is TICKET)
  - `userId` string — Filter by user ID

## Response `200`

Response message for searching step-up transactions

- C1ApiStepupV1SearchStepUpTransactionsResponse — Response message for searching step-up transactions
  - `list` C1ApiStepupV1StepUpTransaction[], nullable — List of transactions matching the search criteria
    - `approveTask` C1ApiStepupV1StepUpTransactionTargetTask, nullable — Target for approving a task
      - `policyStepId` string — ID of the policy step requiring step-up authentication
      - `taskId` string — ID of the task being approved
    - `claims` object
    - `createdAt` string, date-time
    - `errorMessage` string — Error message if the transaction failed
    - `expiresAt` string, date-time
    - `id` string — Unique identifier for the transaction
    - `providerId` string — ID of the provider used for this step-up authentication
    - `state` 'STEP_UP_TRANSACTION_STATE_UNSPECIFIED' | 'STEP_UP_TRANSACTION_STATE_PENDING' | 'STEP_UP_TRANSACTION_STATE_VERIFIED' | 'STEP_UP_TRANSACTION_STATE_ERROR' — Current state of the transaction
    - `test` C1ApiStepupV1StepUpTransactionTargetTest, nullable — Target for testing a provider
    - `updatedAt` string, date-time
    - `userId` string — ID of the user who performed the step-up authentication
  - `nextPageToken` string — Token for retrieving the next page of results

---

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