---
title: "Retrieve the attributes of service registries"
method: GET
path: "/rest/atlassian-connect/1/service-registry"
tags: ["Service Registry"]
---

# Retrieve the attributes of service registries

`GET /rest/atlassian-connect/1/service-registry`

Retrieve the attributes of given service registries.

**[Permissions](#permissions) required:** Only Connect apps can make this request and the servicesIds belong to the tenant you are requesting

## Query parameters

- `serviceIds` string[], required

## Response `200`

Returned if the request is successful.

- ServiceRegistry[]
  - `description` string, nullable — service description
  - `id` string, uuid — service ID
  - `name` string — service name
  - `organizationId` string — organization ID
  - `revision` string — service revision
  - `serviceTier` ServiceRegistryTier
    - `description` string, nullable — tier description
    - `id` string, uuid — tier ID
    - `level` integer — tier level
    - `name` string, nullable — tier name
    - `nameKey` string — name key of the tier

## Other responses

- `400` — Returned if the request is invalid.
- `401` — The request needs to be authenticated.
- `403` — The request isn't authorized.
- `500` — The endpoint failed internally.
- `501` — The endpoint isn't ready for receiving requests.
- `504` — The upstream service is busy.

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api-2/revisions/ec7f275dfee5/schema)
