---
title: "Health File Signals"
method: GET
path: "/snapshots/{snapshot_id}/health/signals/{file_path}"
tags: ["code-health"]
---

# Health File Signals

`GET /snapshots/{snapshot_id}/health/signals/{file_path}`

Per-file process/people/topology signals for one file.

Returns ``state='not_available'`` when the file carries no signal (no git
history and not a graph node) or the snapshot pre-dates the layer, so the
file page renders an honest empty state instead of a wall of nulls.

## Path parameters

- `snapshot_id` string, required
- `file_path` string, required — repo-relative file path

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/repowise/apis/repowise-hosted-api.md) · [All operations](https://skmtc.dev/repowise/apis/repowise-hosted-api/llms.txt) · [OpenAPI document](https://skmtc.dev/repowise/apis/repowise-hosted-api/revisions/6bb9d0da77e3?raw)
