Get Upload State
Returns the current state of a specific upload.
Parameters
Parameter | Description |
---|---|
Client ID | The unique identifier of the client. |
Upload ID | The unique identifier of the upload. |
Example Output
{
"id": <ID>,
"name": "<NAME>",
"assessmentId": <ASSESSMENTID>,
"networkId": <NETWORKID>,
"state": "<STATE>",
"connectorId": <CONNECTORID>,
"created": "<CREATED>",
"userId": <USERID>
}
Workflow Library Example
Get Upload State with Ivanti Risksense and Send Results Via Email
Preview this Workflow on desktop