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
string
required
Workspace UUID — from
goody_workspaces_list. Listing is always scoped to this workspace.string
Optional filter to one batch — from
goody_order_batches_list. Omit to list all orders in the workspace.integer
default:"1"
Page number, starting at
1.integer
default:"25"
Orders per page. Defaults to
25, max 100.Returns
object[]
The matching orders, one per recipient.
integer
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.