---
title: "Show a list of all available squigglies. Enabling filtering by tag, label, q and scope."
method: GET
path: "/squigglies"
tags: ["squigglies"]
---

# Show a list of all available squigglies. Enabling filtering by tag, label, q and scope.

`GET /squigglies`

## Query parameters

- `tag` string
- `label` string
- `q` string
- `scope` 'actionsAppointment' | 'actionsRecall' | 'actionsProcedure' | 'actionsDiagnostic' | 'broadcast' | 'broadcastUpload' | 'hub' | 'systemTemplatesWaitingRoom' | 'systemTemplates'
- `page` integer
- `limit` integer

## Response `200`

Returns a list of squigglies

- object
  - `response` SquiggliesResponse[], required
    - `tag` string
    - `label` string
    - `ref` string
  - `page` integer, required
  - `size` integer, required

## Other responses

- `401` — Not authenticated
- `403` — Access token does not have the required scope
- `default` — unexpected error

---

[API](https://skmtc.net/lumahealth/apis/rest-service.md) · [All operations](https://skmtc.net/lumahealth/apis/rest-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lumahealth/rest-service/revisions/d3c75c2a2f1d/schema)
