list_story_dependencies
Retrieve dependency links for a ServiceNow story using its sys_id. Control result count with an optional limit (default 50).
Instructions
List dependency links for a story (m2m_story_dependencies).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default: 50) | |
| story | Yes | Story sys_id to list dependencies for |