---
title: "List participants"
method: GET
path: "/participants"
tags: ["Query Participants"]
---

# List participants

`GET /participants`

Returns a list of all participants to which you are associated.

## Query parameters

- `participant_code` string
- `page` number
- `relationship_type` string
- `email` string
- `minors` 'true' | 'false'
- `entity_type` 'corporation' | 'llc' | 'partnership' | 'sole_proprietorship' | 'individual'
- `status` 'submitted' | 'pending_approval' | 'approved' | 'rejected' | 'locked' | 'pending_unlock' | 'pending_disable' | 'disabled' | 'divested' | 'closed'

## Headers

- `X-SCX-SIGNED` string, required
- `X-SCX-TIMESTAMP` string, required

## Response `200`

Successfully retrieved paginated list of participants with optional filters: relationship_type, email, status.

- GetParticipantsResponse
  - `page` number, required — Current page number (1-indexed)
  - `page_size` number — Number of items per page
  - `total_pages` number, required — Total number of pages available

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

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