Get schedule task's Outputs
{ getTaskOutputs }
Returns the list of outputs ids for a Task Id
Method
/API3/tasks/getTaskOutputs
- Enterprise Admin
Input Parameters
Name
taskId
Type
string
Description
The task's ID
Output Response
Successful Result Code
200
Response List Type
Description of Response Type
A generic object used to contain ID of item.. Note that the response is returned as a list of items of this object type.
Notes
Each task can produces any amount of outputs, each output is a downloadable fileThe file can be download usingpyramidInstallation/fileDownload?outputId=outputIdBy any logged in user
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP