Returns the content of the task file with the specified id.

Returns the content of the task file. Uses the latest file version. If the task file is an image and the width and height are set, the image will be resized before it is returned.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

OR
AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

taskIdstringRequiredformat: "uuid"
The id of the task.
fileIdstringRequiredformat: "uuid"
The id of the file.

Query parameters

widthdoubleOptional
Set width to resize.
heightdoubleOptional
Set height to resize.
cropbooleanOptional
Whether to crop the image when resizing it.

Response

OK