Queue Items in orchestrator have Job ID's

I want to be able to query the jobs that have been processed by the bot.

Do they have unique ID’s so I can go back and look at the processed transactions and create a log file to be sent by another bot

So not the transaction ID for that one Queue Item. But rather a job run.

Doesn’t look like the API returns it, but the relationship is part of the QueueItem record in the database and if the nLog database target is unmodified for robot.* it includes jobId at the top level as well as within the rawMessage

okay thanks I’ll dive deeper in that direction and see what turns up.

Hello

Any success finding the Orch QueueItem?