---
title: "Retrieve Investing Skill"
method: GET
path: "/api/v2/investing-skills/{investing_skill_name}"
tags: ["Investing Skills"]
---

# Retrieve Investing Skill

`GET /api/v2/investing-skills/{investing_skill_name}`

Retrieve a single investing skill by its unique name, including its full prompt content, declared inputs, and required tools.

## Path parameters

- `investing_skill_name` string, required

## Response `200`

- InvestingSkillDetail
  - `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
  - `content` string, required — Full markdown prompt body, with placeholders like {ticker} / {tickers}
  - `inputs` unknown, required
  - `required_tools` unknown, required

## Other responses

- `401`
- `403`
- `404`
- `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/revisions/746538a1eb45/schema)
