# Get RFP group orders Retrieve orders associated with an RFP parent (group) request. Use this after webhook events that reference an RFP ID / group ID, or to list all orders created for an RFP. Endpoint: GET /v1/rfp/{group_id} Version: 1.0.0 Security: ApiKeyAuth ## Path parameters: - `group_id` (string, required) RFP group identifier. This value may appear as group_booking_id or rfp_parent_id in other responses. Example: "string" ## Response 200 fields (application/json): - `orders` (array, required) One order per venue targeted by the RFP group request. - `orders.order_id` (integer, required) MeetingPackage unique identifier for the order created for this venue target. Example: 123456 - `orders.venue_id` (integer, required) MeetingPackage unique identifier of the venue. Example: 25465 - `orders.external_venue_id` (string) External venue identifier (if available). Example: "VENUE-HELSINKI-001" - `orders.status` (string, required) Order/booking status. Values may vary by configuration. Example: "string" ## Response 400 fields (application/json): - `message` (string) Human-readable error message ## Response 401 fields (application/json): - `message` (string) Human-readable error message ## Response 404 fields (application/json): - `message` (string) Human-readable error message ## Response 429 fields (application/json): - `message` (string) Human-readable error message ## Response 500 fields (application/json): - `message` (string) Human-readable error message ## Response 503 fields (application/json): - `message` (string) Human-readable error message