---
title: "List Projects"
method: GET
path: "/api/0/projects/"
---

# List Projects

`GET /api/0/projects/`

List all projects that a user has access to

## Query parameters

- `limit` integer, nullable — Number of results to return per page.
- `cursor` string, nullable — The pagination cursor value.

## Response `200`

OK

- ProjectOrganizationSchema[]
  - `name` string, required
  - `slug` string, nullable
  - `id` string, required
  - `avatar` object
  - `color` string
  - `features` string[]
  - `hasAccess` boolean
  - `isBookmarked` boolean
  - `isInternal` boolean
  - `isMember` boolean, required
  - `isPublic` boolean
  - `scrubIPAddresses` boolean, required
  - `dateCreated` string, date-time, required
  - `platform` string, nullable
  - `firstEvent` string, date-time, nullable
  - `eventThrottleRate` integer — Probability (in percent) on how many events are throttled. Used for throttling at project level
  - `organization` OrganizationSchema, required
    - `name` string, required — The name of the organization
    - `id` string, required
    - `dateCreated` string, date-time, required
    - `status` object
    - `avatar` object
    - `isEarlyAdopter` boolean
    - `require2fa` boolean
    - `slug` string, required — The name in all lowercase, suitable for URL identification
    - `isAcceptingEvents` boolean — Used for throttling at org level
    - `eventThrottleRate` integer — Probability (in percent) on how many events are throttled. Used for throttling at project level

---

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