List a test case's status transitions
Returns the test case’s status transitions, newest first. A row is recorded only when the composite status changes, so fromStatus is the status it moved away from and the series has no repeats.
activeMonitors is the set active immediately after each transition, as recorded at the time. Transitions predating this report an empty set.
Authorizations
An org-scoped API key, sent as Authorization: Bearer <key>. Existing v1 tokens work here unchanged. There is no enqueue-only or read/write scope: an org key authorized for merge-queue writes can invoke every merge-queue mutation, including changing merge-protection configuration and pausing, draining or deleting a queue.
Path Parameters
The test case's globally unique id.
1"bfeebcf4-0000-8000-8000-000000000001"
Query Parameters
Page size, between 1 and 100.
1 <= x <= 10025
Opaque cursor from a previous response's nextCursor. A cursor is bound to the operation and filter it was minted for.
"AQEKZm9vYmFy"
Set true to include total in the response. Costs an extra COUNT query, so it is off by default.
false
Only transitions at or after this time.
"2026-06-01T00:00:00.000Z"
Only transitions strictly before this time.
"2026-06-30T00:00:00.000Z"
Response
A page of status transitions
100Opaque cursor for the next page, or null on the last page. Pass it back verbatim as cursor; do not construct or inspect one.
"AQEKZm9vYmFy"
True when another page is available.
true
Total rows matching the filter. Present only when the request set includeTotal=true.
1247