---
title: "Get an OAuth client"
method: GET
path: "/orgs/{orgId}/oauth-clients/{clientId}"
tags: ["OAuth Client"]
---

# Get an OAuth client

`GET /orgs/{orgId}/oauth-clients/{clientId}`

Retrieves a specific OAuth client by ID for the specified organization.

#### Scopes
**[OAuth 2.0 scopes](/cloud/admin/scopes/) required:** `read:service-accounts-tokens:admin`

## Path parameters

- `orgId` string, required
- `clientId` string, required

## Response `200`

Returned if the request is successful.

- OAuthClient — Represents an OAuth client associated with an organization.
  - `clientId` string, required — The unique identifier of the OAuth client.
  - `name` string, required — The display name of the OAuth client.
  - `createdAt` integer — The timestamp (in milliseconds since epoch) when the OAuth client was created.
  - `updatedAt` integer — The timestamp (in milliseconds since epoch) when the OAuth client was last updated.
  - `status` 'ACTIVE' | 'REVOKED' | 'EXPIRED', required — The status of the OAuth client.

## Other responses

- `403` — Returned if the user does not have permission to view OAuth clients.
- `404` — Returned if the OAuth client is not found.
- `500` — Internal Error

---

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