Get work items from a backlog
backlogs/# Backlog Work Items Get work items in a specific backlog level. ## Get Backlog Items Common backlog IDs: - `Microsoft.EpicCategory` - Epics - `Microsoft.FeatureCategory` - Features - `Microsoft.RequirementCategory` - Stories/PBIs ## Example: Get Stories Backlog ## Response Format Returns work item references with: - `target.id` - Work item ID - `target.url` - API URL to get full item To get full details, use the IDs with `az boards work-item show` or batch get. ## Get Items with Order The response includes `rel` field showing parent relationships if items are nested. ## Pagin...