List / Find Projects
Returns a paginated list of volunteer projects belonging to your organization family. No status filter is applied unless requested: pass the active, published, and/or anytime flags to restrict results by those attributes. Filter by org_slug, name, date range, or event date range to narrow results for a specific integration use case.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page number (if paging results).
When set to true, limits results to currently active projects; when set to false, to past projects. Omit the parameter to return projects regardless of state — no filter is applied by default.
true, false When set to true, limits results to published projects; when set to false, to unpublished (draft) projects. Omit the parameter to return projects regardless of publish state — no filter is applied by default.
true, false When set to true, limits results to anytime (open-ended) projects; when set to false, to projects with definite scheduled times. Omit the parameter to return both — no filter is applied by default.
true, false One or more org slugs (comma separated) projects should belong to.
The project name, or part of a name, to search for.
Date the Project was created on or before.
Date the Project was created on or after
Date the Project was updated on or before.
Date the Project was updated on or after
Projects that have dates that started at or before the given date and time
Projects that have dates that started at or after the given date and time
Response
Returns the paginated list of projects for your organization family, filtered by the provided query parameters. The response includes pagination links and meta fields to navigate additional pages.