---
title: "Get"
method: GET
path: "/api/v1/step-up/transactions/{id}"
tags: ["Step Up Authentication Transactions"]
---

# Get

`GET /api/v1/step-up/transactions/{id}`

Get retrieves a specific step-up transaction by ID

## Path parameters

- `id` string, required — ID of the transaction to retrieve

## Response `200`

Response message containing the requested step-up transaction

- C1ApiStepupV1GetStepUpTransactionResponse — Response message containing the requested step-up transaction
  - `transaction` C1ApiStepupV1StepUpTransaction — StepUpTransaction represents a record of a step-up authentication attempt This message contains a oneof named target. Only a single field of the following list may be set at a time: - approveTask - test
    - `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

---

[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)
