Get Fixture Usage
get_fixture_usageIdentify all references to a fixture before modifying or removing it, or inspect its version history. See mock rules, test cases, seeds, and doc examples that depend on it.
Instructions
Inspect a project fixture. view 'used_by' (default) lists everything referencing it — mock rules, test cases, seeds, doc examples — which is what to check before changing or deleting it; view 'versions' lists its saved versions with their content. Requires project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | What to read: 'used_by' (default) or 'versions' | used_by |
| fixtureId | Yes | Public Id (Guid) of the fixture |