---
title: "Retrieve an SMS challenge"
method: GET
path: "/v1/mfa/challenges/sms/{id}"
tags: ["SMS challenges"]
---

# Retrieve an SMS challenge

`GET /v1/mfa/challenges/sms/{id}`

Returns a previously created SMS challenge.

## Path parameters

- `id` string, required

## Response `200`

OK

- SMSChallenge — Helper sub-schema that contains a common set of fields for various challenge types
  - `id` string — The ID of the challenge.
  - `type` string — The type of the challenge.
  - `created_at` string — The date and time when the challenge was created.
  - `expires_at` string — The date and time when the challenge will expire (i.e., 5 minutes after creation).

## Other responses

- `400` — Validation error
- `401` — Unauthorized
- `403` — No access
- `404` — Not found
- `409` — Conflict
- `500` — Internal server error

---

[API](https://skmtc.net/solarisgroup/apis/device-management.md) · [All operations](https://skmtc.net/solarisgroup/apis/device-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/device-management/revisions/80dd46738839/schema)
