---
title: "Get end-user authentication status for an action pack."
method: GET
path: "/rest/api/v1/actions/actionpack/{actionPackId}/auth"
tags: ["Tools"]
---

# Get end-user authentication status for an action pack.

`GET /rest/api/v1/actions/actionpack/{actionPackId}/auth`

Reports whether the calling user is already authenticated against the third-party
tool backing the specified action pack. Intended for headless / server-driven clients
that render an "Authorize" prompt when the user has not yet consented to the tool.

## Response `200`

Successful operation

- ActionPackAuthStatusResponse
  - `actionPack` ActionPackAuthStatus, required
    - `authenticated` boolean, required — Whether the calling user is already authenticated to the tool backing the action pack.
    - `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` — Action pack not found
- `429` — Too Many Requests

---

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