Seeing what's queued up in a publishing edition

When a publishing edition is running and I can see items queued up/prepared for delivery etc., is there any way to see which items are actually queued up?

Just wondering if this is stored in a database table somewhere whilst an edition is being run or whether its all processed in memory.

Thanks in advance.

Best I can tell, the content list queue of a publishing edition is only in memory. If the item has been prepared for delivery, then you can find it in PSX_PUBLICATION_DOC based on the STATUS_ID which corresponds to the edition job id, but I don’t think that’s what you’re actually looking for. Maybe a Percussionista can offer an API that yields access.

I confirmed with the developer that the Content List results queue is stored in memory during the publishing run. It is not stored in a database table.

RLJII

Thanks for the prompt response.