List print files (metadata only)
Files
List print files (metadata only)
Returns your print file metadata. Internal storage paths, signed download URLs, and thumbnails are NEVER exposed — file downloads use a separate authentication model.
GET
List print files (metadata only)
Authorizations
API keys are minted in the AutoPrintFarm web app under Settings → API Keys. Send as Authorization: Bearer apf_live_.... Keys are shown exactly once at creation and can be revoked at any time.
Query Parameters
Filter by product ID
Filter by filament type (e.g. PLA, PETG)
Filter by printer model (matches the printer_model_id column)
Maximum number of rows to return (1-100)
Required range:
1 <= x <= 100Number of rows to skip for pagination
Required range:
x >= 0