---
title: "Get Giving Pool"
method: GET
path: "/v1/giving_pools/{id}"
tags: ["Giving Pools"]
---

# Get Giving Pool

`GET /v1/giving_pools/{id}`

Retrieve a Giving Pool with the given ID.

## Path parameters

- `id` string, uuid, required

## Response `200`

OK

- GivingPool — A Giving Pool represents a named giving pool within a donor's DAF account (e.g. "Smith Family Fund" within a Fidelity Charitable account). Giving Pools are optional — not every DAF models giving pools, and even within DAFs that do, a [Donor Account](/api/donor-accounts) may exist without any Giving Pools. When present, a Donor Account may have one or more Giving Pools. Each Giving Pool belongs to exactly one Donor Account via `donor_account_id`.
  - `id` string, uuid, required — The unique identifier for this Giving Pool.
  - `name` string, required — The display name of the Giving Pool. This is the name that the Donor will see when they are selecting a Giving Pool in DAFpay.
  - `donor_account_id` string, required — The ID of the [Donor Account](/api/donor-accounts) this Giving Pool belongs to.
  - `created_at` string, date-time, required — Time when this object was created, expressed in RFC 3339 format.
  - `updated_at` string, date-time, required — Time when this object was last updated, expressed in RFC 3339 format.
  - `metadata` object — A map of arbitrary string keys and values to store information about the object.

## Other responses

- `400` — The request is invalid or contains invalid parameters
- `401` — Unauthorized. The request is missing the security (OAuth2 Bearer token) requirements and the server is unable to verify the identify of the caller.
- `403` — Access denied
- `404` — Resource Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/chariot-giving/apis/specs.md) · [All operations](https://skmtc.net/chariot-giving/apis/specs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chariot-giving/specs/revisions/8446023e02fb/schema)
