---
title: "List all interests"
method: GET
path: "/api/interests"
---

# List all interests

`GET /api/interests`

Returns a list of all interests for the authenticated client

## Response `200`

A list of interest summaries

- InterestSummary[]
  - `name` string, required — Interest name
  - `query` string, required — Sen query used for the interest

## Other responses

- `401` — Unauthorized, missing or invalid JWT token
- `404` — Resource not found

---

[API](https://skmtc.net/airbus/apis/openapi-document-for-rest-component.md) · [All operations](https://skmtc.net/airbus/apis/openapi-document-for-rest-component/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/airbus/openapi-document-for-rest-component/versions/c9a79ab26d8c/schema)
