# habits_get

> Get full details of one habit by UUID, including its per-habit checklist (step_template), tracker schema (tracker_schema), cadence, status, started_on, and best_streak.

<!-- Source: https://docs.actuallycare.com/tools/habits/habits_get -->

Get full details of one habit by UUID, including its per-habit checklist (step_template), tracker schema (tracker_schema), cadence, status, started_on, and best_streak. If you don't have the UUID, use [`habits_list`](/tools/habits/habits_list) first.

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `habit_id` | string | Yes | UUID of the habit. Use [`habits_list`](/tools/habits/habits_list) to find IDs. · Format: UUID |

## Example prompts

- "Pull up the details on one of my habits."

## Safety

**Read-only.** This tool never changes your data — it only looks things up. Safe to run anytime.
