---
title: "Retrieves all oauth client"
method: POST
path: "/oauth/client/list"
tags: ["oauth"]
---

# Retrieves all oauth client

`POST /oauth/client/list`

Retrieves all oauth clients

## Request body

- OauthClientListMetadata — All api calls that return a list will have this metadata block as input
  - `filter` string — The filter in FIQL syntax used for the results.
  - `kind` string — The kind name
  - `sort_order` string — The sort order in which results are returned
  - `offset` integer — Offset from the start of the entity list
  - `length` integer — The number of records to retrieve relative to the offset
  - `sort_attribute` string — The attribute to perform sort on

## Response `200`

Success

- OauthClientList — Oauth Client list
  - `entities` OauthClientResponse[], required
    - `redirect_uris` string[], required
    - `client_id` string, required — client id of the Oauth Client
    - `client_secret` string, required — client secret of the Oauth Client
    - `client_name` string, required — client name of the Oauth Client
    - `client_description` string, required — client description of the Oauth Client
    - `default_scopes` string[], required
  - `metadata` OauthClientListMetadata, required — All api calls that return a list will have this metadata block as input
    - `filter` string — The filter in FIQL syntax used for the results.
    - `kind` string — The kind name
    - `sort_order` string — The sort order in which results are returned
    - `offset` integer — Offset from the start of the entity list
    - `length` integer — The number of records to retrieve relative to the offset
    - `sort_attribute` string — The attribute to perform sort on

## Other responses

- `default` — Internal Error

---

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