---
title: "List signers"
method: GET
path: "/v1/auth/signers"
tags: ["Authentication"]
---

# List signers

`GET /v1/auth/signers`

List all registered signers (session keys) for an account with their status and labels.

## Query parameters

- `account` string

## Response `200`

A successful response.

- ApiListSignersResponse
  - `signers` ApiSignerInfo[]
    - `signer` string — Signer address in hex format (0x...)
    - `label` string — Label for this signer key
    - `expiration` string, uint64 — Unix timestamp when the signer expires
    - `status` string — Current status: Active, Expired, Revoked
    - `registered_at` string — ISO 8601 timestamp of registration

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/rise/apis/risex-rest-api.md) · [All operations](https://skmtc.net/rise/apis/risex-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rise/risex-rest-api/revisions/194af8339c0d/schema)
