---
title: "List the labeled authorizations for an OAuth app (never token material)"
method: GET
path: "/api/oauth-apps/{id}/authorizations"
tags: ["Script Connections"]
---

# List the labeled authorizations for an OAuth app (never token material)

`GET /api/oauth-apps/{id}/authorizations`

## Path parameters

- `id` string, required

## Response `200`

Authorizations without token material

- object
  - `authorizations` object[], required
    - `id` string, required
    - `label` string, required
    - `accountEmail` string, nullable, required
    - `status` 'active' | 'refresh-failed' | 'expired' | 'revoked', required
    - `expiresAt` string, nullable, required
    - `scope` string, nullable, required
    - `hasRefreshToken` boolean, required
    - `lastErrorMessage` string, nullable, required
    - `lastRefreshedAt` string, nullable, required
    - `createdAt` string, required
    - `updatedAt` string, required

## Other responses

- `404` — OAuth app not found

---

[API](https://skmtc.net/desplega-ai/apis/agent-swarm-api.md) · [All operations](https://skmtc.net/desplega-ai/apis/agent-swarm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/desplega-ai/agent-swarm-api/versions/ef761849166b/schema)
