Actions
Get Upload State
Returns the current state of a specific upload.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Client ID | The unique identifier of the client. |
| Upload ID | The unique identifier of the upload. |
{
"id": <ID>,
"name": "<NAME>",
"assessmentId": <ASSESSMENTID>,
"networkId": <NETWORKID>,
"state": "<STATE>",
"connectorId": <CONNECTORID>,
"created": "<CREATED>",
"userId": <USERID>
}
Was this page helpful?