Exporting Creation Dates or Creation Times of Queue Items

Is there a possibility to export the creation date of the items in a queue?

To export the date and time when a queue item is created, accomplishing this is possible through the Orchestrator API.

  • The feature of having a "Creation Time" column in the "View Transactions" page for a queue or the option to export the creation date of items in a queue is not currently available.
  • The creation date is accessible in the History section for each transaction. In the meantime, it might be beneficial to explore the feasibility of using the Orchestrator API GET /odata/QueueItems, which provides a collection of queue items for your use case.


The documentation guide on Orchestrator API is listed below: