---
title: "Get an AI analysis summary"
method: GET
path: "/ai-analysis/{token}"
tags: ["AI Analysis"]
---

# Get an AI analysis summary

`GET /ai-analysis/{token}`

Returns a stored AI summary for the given resource token. No generation is performed on read — use `POST /ai-analysis` to trigger generation.

## Response `200`

Success

- Schema — unresolved $ref

## Other responses

- `400` — Invalid path token format.
- `401` — Missing or invalid credentials.
- `404` — Summary not yet generated, or no resource found for the provided token.
- `429` — Too many requests.

---

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