Get Fixture Usage
get_fixture_usageInspect 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 |