---
title: "Get Pool Status"
method: GET
path: "/api/sponsorship/pool/status"
tags: ["sponsorship"]
---

# Get Pool Status

`GET /api/sponsorship/pool/status`

Get the current user's sponsorship pool status.
Returns the pool record with a 'status' field, or {'status': null} if
the user has never joined.

## Headers

- `x-user-id` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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