mindstudio.jewels.queue.list
List a method's pending approve-mode proposals for review.
mindstudio.jewels.queue.list({ methodId }) → { items: JewelQueueItem[] }
Lists a method's pending proposals waiting on a human, for methods whose autonomy is set to approve. It is the read behind a review inbox — each item is a proposed call the reviewer can accept or reject.
Parameters
methodId
string
RequiredThe jeweled method whose review queue to read.
List pending proposals
const items = await mindstudio.jewels.queue.list({ methodId: 'send-message' });