---
title: "List of Projects and Volunteers for today."
method: GET
path: "/projects/today"
tags: ["Projects"]
---

# List of Projects and Volunteers for today.

`GET /projects/today`

Returns all volunteer projects happening today (based on your organization's timezone), along with the list of signed-up volunteers for each. Use this endpoint to display a real-time roster of today's serving events and attendees, for example on a check-in kiosk or daily briefing report.

## Response `200`

Returns today's date, the total count of projects happening today, and a list of project names with their signed-up volunteers and any guests.

- object
  - `date` string — Today's date.
  - `total_projects` integer — Number of projects happening today.
  - `projects` object[] — List of projects with volunteer rosters for today.
    - `name` string — Name of project.
    - `volunteer` object[] — Signed-up volunteers for this project today.
      - `full_name` string
      - `display_name` string
      - `guests` object[]
        - `full_name` string
  - `status` string — Response status. Always 'OK' on success.

## Other responses

- `401` — Authentication credentials are missing or invalid.
- `429` — You have exceeded the rate limit of 30 requests per minute per API key.
- `500` — An unexpected server error occurred.

---

[API](https://skmtc.dev/vomo/apis/vomo-api.md) · [All operations](https://skmtc.dev/vomo/apis/vomo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vomo/vomo-api/revisions/1582d52b5f1f/schema)
