> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trunk.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Merge Queue: Testing Details API Now Includes Impacted Target Information

> The Get Testing Details API now returns impacted target information, giving CI systems everything they need to launch the right tests.

**The Get Testing Details API now returns impacted target information, giving CI systems everything
they need to launch the right tests.** Previously, teams using impacted targets had to piece
together information from multiple API calls to figure out which targets a PR affects and which
tests to run. Now a single API call returns impacted targets alongside queue position, dependent
PRs, and batch membership, so your CI can make informed decisions about test scope without extra
round-trips.

[Read the Docs](https://docs.trunk.io/merge-queue/reference/merge#post-getmergequeuetestingdetails)
to learn more
