---
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

## Changes

> 92 revisions in range; 8 could not be searched.

- **2026-07-22** `12f321ae935e` — 1 info
  - the endpoint scheme security `APIToken` was added to the API
- **2026-07-22** `90948cb39546` — 1 info
  - the endpoint scheme security `APIToken` was removed from the API
- **2026-07-21** `972a5118199e` — 1 info
  - the endpoint scheme security `APIToken` was added to the API
- **2026-07-21** `2d62172604d1` — 1 info
  - the endpoint scheme security `APIToken` was removed from the API
- **2026-06-22** `08c17c9175d0` — 1 info
  - the endpoint scheme security `APIToken` was added to the API

[Full history](https://skmtc.dev/gleanwork/apis/glean-api/changes/rest/api/v1/actions/actionpack/:actionPackId/auth/get.md)

---

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