---
title: "Get end-user authentication status for a tool server."
method: GET
path: "/rest/api/v1/tool-servers/{serverId}/auth"
tags: ["Tools"]
---

# Get end-user authentication status for a tool server.

`GET /rest/api/v1/tool-servers/{serverId}/auth`

Returns display information and the calling user's current authentication status
for the specified tool server.

## Response `200`

Successful operation

- ToolServerAuthStatusResponse
  - `displayName` string — Human-readable name of the tool server.
  - `logoUrl` string — Logo URL for the tool server.
  - `description` string — Brief description of the tool server.
  - `authStatus` 'AWAITING_AUTH' | 'AUTHORIZED', required — Authentication status for the calling user.
  - `authType` 'AUTH_USER_OAUTH' | 'AUTH_ADMIN' | 'AUTH_NONE', required — Authentication mechanism used by an action pack. - `AUTH_USER_OAUTH`: Requires per-user OAuth consent to the third-party tool. - `AUTH_ADMIN`: Uses a service-account / admin-owned credential. End users do not authorize individually. - `AUTH_NONE`: Action pack requires no authentication.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Tool server not found
- `429` — Too Many Requests

---

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