---
title: "list snippets owned by the authenticated user"
method: GET
path: "/snippet"
tags: ["snippet"]
---

# list snippets owned by the authenticated user

`GET /snippet`

list snippets owned by the authenticated user
<br /><br />
<b>Authentication:</b> required

## Query parameters

- `page` integer

## Response `200`

Success!

- object
  - `curPage` integer
  - `nextPage` integer, nullable
  - `prevPage` integer, nullable
  - `items` object[]
    - `canonical` string
    - `created_at` string, timestamptz
    - `updated_at` string, timestamptz
    - `name` string
    - `review` string
    - `review_exception` string
    - `install_access` string
    - `install_access_description` string
    - `featured` boolean
    - `verified` boolean

## Other responses

- `400` — Input Error. Check the request payload for issues.
- `401` — Unauthorized
- `403` — Access denied. Additional privileges are needed access the requested resource.
- `404` — Not Found. The requested resource does not exist.
- `429` — Rate Limited. Too many requests.
- `500` — Unexpected error

---

[API](https://skmtc.net/xano/apis/xano-metadata-api.md) · [All operations](https://skmtc.net/xano/apis/xano-metadata-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xano/xano-metadata-api/versions/d6b55d3f7b86/schema)
