v1

latestOpenAPI 3.1.02026-08-06163531.4 KB
file

Download file from a project

Download a file from a project

This endpoint retrieves a file from a project using the file's UUID. The UUID of the file can be found in the project data.

Headers:

  • Authorization (str): HTTP bearer - API token for user authentication.

Args:

  • file_id (UUID): The id of the file to retrieve.

Returns:

  • File: A binary stream of the file.
get/file/{file_id}

Path parameters

file_idstring uuid required

Response

Successful Response

{"stackTrail":"paths:/file/{file_id}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}