Get Task Files
List the output files assocaited with this task.
This API is available to provider admin and support roles.
Request
URI
GET
https://{api_host}/environment/{environmentId}/tasks/{taskId}/files
COPY
Path Parameters
string
environmentId
Required
URN ID of an Environment
string
taskId
Required
URN id of task
Responses
200
OK
Returns
Array of
ClusterFile
of type(s)
application/json
[
{
"id": "string",
"name": "string",
"description": "string",
"type": "string",
"timestamp": "string"
}
]
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