---
title: "ListProjectMemberServices returns all the services for the project for an organization"
method: GET
path: "/v1/orgs/{org}/projects/{project}/services"
---

# ListProjectMemberServices returns all the services for the project for an organization

`GET /v1/orgs/{org}/projects/{project}/services`

## Path parameters

- `org` string, required
- `project` string, required

## Response `200`

A successful response.

- V1ListProjectMemberServicesResponse
  - `services` V1ProjectMemberService[]
    - `attributes` object
    - `createdOn` string, date-time
    - `id` string
    - `name` string
    - `orgId` string
    - `orgName` string
    - `orgRoleName` string
    - `projectId` string
    - `projectName` string
    - `projectRoleName` string
    - `updatedOn` string, date-time

## Other responses

- `default` — An unexpected error response.

---

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