# GET

**Kind:** Function

**Source:** [`atloria-monorepo/apps/web/src/app/p/[slugId]/llms-full.txt/route.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/p/[slugId]/llms-full.txt/route.ts#L9)

Slug-fronted, same-origin llms-full.txt: /p/<slug>/llms-full.txt — the whole published
corpus concatenated for single-fetch ingestion by an agent. Proxies the API generator.

## Signature

```ts
async function GET(req: Request, ctx: { params: Promise<{ slugId: string }> })
```

## Parameters

| Name | Type |
|---|---|
| `req` | `Request` |
| `ctx` | `{ params: Promise<{ slugId: string }> }` |
