Retrieve a Bundle
OAuth Scope
This endpoint requires the following OAuth scope read_inventory.
Path parameters
UUID of the Bundle
Response
Bundle record retrieved successfully
Example response
{
"uuid": "123e4567-b6d8-4938-9093-23f94402363b",
"edit_date": "2026-03-01 12:00:00"
}Changes
Changed in 3 of the 50 revisions of this API.7
- ○
added the optional property
material_list/items/sort_orderto the response with the200statusresponse-optional-property-added
- ○
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
added the non-success response with the status
500response-non-success-status-added
- ○
- ○
the security scope
read_inventorywas added to the endpoint's security schemeoauth2api-security-scope-added
- ○