---
title: "List Investing Skills"
method: GET
path: "/api/v2/investing-skills"
tags: ["Investing Skills"]
---

# List Investing Skills

`GET /api/v2/investing-skills`

Retrieve the catalog of available investing skills — reusable, model-initiated analytical workflows (earnings review, DCF, comps, etc.). Results can optionally be filtered by category.

## Query parameters

- `category` 'analysis' | 'deliverable' | 'valuation'

## Response `200`

- InvestingSkillList[]
  - `id` integer, required — Unique identifier for the investing skill
  - `name` string, required — Stable identifier used in URLs and tool args (e.g. 'earnings', 'dcf')
  - `title` string, required — Human-readable label for the skill (e.g. 'Earnings Review')
  - `description` string, required — One/two-sentence summary of the skill, used for routing
  - `created_at` string, date-time, required — Timestamp when the skill was first created
  - `updated_at` string, date-time, required — Timestamp when the skill was last updated

## Other responses

- `400`
- `401`
- `403`
- `429`

---

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