list_reusable_usage
List the V2 tests that embed a given reusable.
List the V2 tests that embed a given reusable.
Read-only · Calls external systems. Safe to call: this tool does not modify data.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
limit | number | No | Max entries to expand (default: 50, max: 200) |
reusable_id | number | Yes | Reusable test id |
Example arguments
Illustrative arguments an agent supplies when calling this tool:
{
"reusable_id": 0
}
Description
Only V2 tests (ETH_WEB_SCRIPT_V2 / SMARTPHONE_APP_SCRIPT_V2) can embed reusables via step_group.import, so the referencing tests returned here will always be V2 tests.
Reads reused_by from the reusable's full definition and expands each id into {id, name}. Capped at limit (default: 50, max: 200) — bump the cap explicitly when you need the full list.
What's next?
Last updated on