Job Material Bundles
Retrieve a Job Material Bundle
OAuth Scope
This endpoint requires the following OAuth scope read_job_materials.
get/jobmaterialbundle/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Job Material Bundle
Response
Job Material Bundle record retrieved successfully
Example response
{
"uuid": "123e4567-58db-4434-9970-23eb2cf7d6bb",
"edit_date": "2026-03-01 12:00:00",
"material_bundle_uuid": "123e4567-798b-4c50-b06d-23eb27a2492b",
"job_uuid": "123e4567-f3cd-4870-b6ad-23eb20005f6b"
}