Read · Workspace: required (from goody_workspaces_list)
Lists individual orders — one per recipient. Without order_batch_id, it lists all orders in the workspace, newest first. With it, it lists the orders in that batch, oldest first.
Parameters
Workspace UUID — from
goody_workspaces_list. Listing is always scoped to this workspace.Optional filter to one batch — from
goody_order_batches_list. Omit to list all orders in the workspace.Page number, starting at
1.Orders per page. Defaults to
25, max 100.Returns
The matching orders, one per recipient.
Total number of orders across all pages.
Example
You’ll get a not-found error if
order_batch_id references a batch outside the resolved workspace.