Gets a file from the project, with an optional path. This method should be used to get arbitrary files from the Project's file system (typically unmanaged files).

For managed files you should consider using the /file/{file_id} endpoint.

You must be an editor of the Project if the Project is private

  • Parameters

    • projectId: string
    • params: GetProjectFileParams
    • Optionaloptions: AxiosRequestConfig
    • Optionalsignal: AbortSignal

    Returns Promise<void>