Files

Get file metadata

Retrieves metadata information for a specific file including size, type, and custom metadata

get/v1/files/{fileId}/metadata

Path parameters

fileIdstring required

The unique identifier of the file

Query parameters

print_job_idstring
printer_task_idstring uuid
claim_generationstring uuid
printer_task_access_tokenstring uuid

Response

File metadata object

idstring required

Unique identifier for the file

created_atstring date-time nullable

When the file was created

created_bystring nullable

User ID who created the file

filenamestring required

Original name of the file

file_pathstring required

Storage path of the file

file_typestring required

MIME type of the file

file_sizenumber required

Size of the file in bytes

model_idstring required

Associated 3D model ID

metadataobject required

Additional metadata associated with the file

activePlateNumbernumber

Active plate number

Changes

Changed in 1 of the 24 revisions of this API.4

    • added the new optional query request parameter claim_generation

      new-optional-request-parameter

    • added the new optional query request parameter print_job_id

      new-optional-request-parameter

    • added the new optional query request parameter printer_task_access_token

      new-optional-request-parameter

    • added the new optional query request parameter printer_task_id

      new-optional-request-parameter