---
title: "GetService returns information about a specific service"
method: GET
path: "/v1/orgs/{org}/services/{name}"
---

# GetService returns information about a specific service

`GET /v1/orgs/{org}/services/{name}`

## Path parameters

- `org` string, required
- `name` string, required

## Response `200`

A successful response.

- V1GetServiceResponse
  - `projectMemberships` 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
  - `service` V1OrganizationMemberService
    - `attributes` object
    - `createdOn` string, date-time
    - `hasProjectRoles` boolean — True if the user has a project role in any project in the organization.
    - `id` string
    - `name` string
    - `orgId` string
    - `orgName` string
    - `roleName` string
    - `updatedOn` string, date-time

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/rilldata/apis/rill-admin-api.md) · [All operations](https://skmtc.net/rilldata/apis/rill-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rilldata/rill-admin-api/versions/289a0ca9ce49/schema)
