Get Task File
Retrieve specified task file.
This API is available to provider admin and support roles.
Request
URI
GET
https://{api_host}/environment/{environmentId}/tasks/{taskId}/files/{fileId}
COPY
Path Parameters
string
environmentId
Required
URN ID of an Environment
string
taskId
Required
URN id of task
string
fileId
Required
URN id of file
Responses
200
OK
Returns
ClusterFile
of type(s)
application/json
{
"id": "string",
"name": "string",
"description": "string",
"type": "string",
"timestamp": "string"
}
string
id
Optional
URN ID of file
string
name
Optional
Filename of file
string
description
Optional
Description of the file
string
type
Optional
Type of the file
string As date-time
As date-time
timestamp
Optional
Timestamp of the file
404
Not Found
Returns
Error
of type(s)
application/json
This response body class contains all of the following:
InlineError0 ,
Error_allOf
"Error Object"
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/environment/{environmentId}/tasks/{taskId}/files/{fileId}