Get Review Queue
GET /api/divinity/authored-library/review-queue
Return every variant whose editorial_status isn’t "approved".
Walks the loaded registry (post-runtime-override), surfaces any
universal or genre-overlay variant in "unreviewed" or "flagged"
state, and bundles them with their parent situation context for
rendering in the review panel.
Responses
Section titled “ Responses ”Successful Response
GET /api/divinity/authored-library/review-queue.
Lists every "unreviewed" and "flagged" variant in the
bundled + community + user-override packs, post-runtime-override.
Sorted by situation_key + variant id so the panel renders stably
across reloads.
object
One variant + its parent situation for the review-queue panel.
object
A single variant as exposed through the API.
source reports whether the variant came from the bundled pack, a
user override, or a community pack. source_pack is the filename
(bundled) or pack id (community). editorial_status (M15)
reports the variant’s shadow-review state — defaults to
"approved" for backwards compat with pre-M15 clients.
object
Aggregate counts for the review-queue header strip.