Get File

get/v1/files/{file_id}

Path parameters

file_idstring uuid required

Response

Successful Response

file_idstring uuid required
statusstring required
original_namestring nullable required
size_bytesinteger nullable required
uploaded_bystring nullable
created_atstring date-time required

Changes

Changed in 5 of the 19 revisions of this API.326

    • api operation id get_file_v1_files__file_id__get removed and replaced with getFile

      api-operation-id-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • removed the required property content_type from the response with the 200 status

      response-required-property-removed

  • 9caec45089fb12See the full diff
    • removed the required property category from the response with the 200 status

      response-required-property-removed

    • removed the ready enum value from the status response property for the response status 200

      response-property-enum-value-removed

    • removed the uploading enum value from the status response property for the response status 200

      response-property-enum-value-removed

    This revision also has 16 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 62c455aac36a122See the full diff
    • the response property uploaded_by became optional for the status 200

      response-property-became-optional

    • added the new ready enum value to the status response property for the response status 200

      response-property-enum-value-added

    • added the new uploading enum value to the status response property for the response status 200

      response-property-enum-value-added

    • the endpoint scheme security OAuth2PasswordBearer was added to the API

      api-security-added

    • the endpoint scheme security ApiKeyAuth was removed from the API

      api-security-removed

    • endpoint added

      endpoint-added