Skip to main content

Get Upload State

Returns the current state of a specific upload.

Parameters

ParameterDescription
Client IDThe unique identifier of the client.
Upload IDThe 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

Workflow LibraryPreview this Workflow on desktop