v4
latestOpenAPI 3.0.32026-08-024840393.1 KBFilament Consumption
List filament consumption records
Lists filament consumption records for the organization with optional filters for material, printer, job, status, and date range. For users in multiple organizations, specify organizationId to select which organization's data to retrieve.
get/v1/filament-consumption
Query parameters
organizationIdstring uuid
Organization ID to retrieve data for. User must be a member of the organization. Defaults to user's first organization if not specified.
material_idstring uuid
printer_idstring uuid
print_job_idnumber
job_status'COMPLETED' | 'FAILED' | 'CANCELLED'
start_datestring date-time
ISO 8601 date-time for filtering records from this date onwards
end_datestring date-time
ISO 8601 date-time for filtering records up to this date
limitnumber
Number of records to return. Defaults to 50. Set to a high number (e.g., 10000) to retrieve all records for a time period.
offsetnumber
pagenumber
Response
Default Response