action reverb_get_my_payouts_id_line_items { label: "Read the line items of a payout" description: "Read the line items of a payout" provider: reverb method: GET path: "/my/payouts/{id}/line_items" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }