Get document actions
GET/documents/:documentId/actions
Get document actions and their status
Request
Path Parameters
Document Identifier
Query Parameters
Site Identifier
Limit Results
10Share Identifier
Next page of results token
Responses
- 200
200 OK
Response Headers
Access-Control-Allow-Origin
string
Access-Control-Allow-Methods
string
Access-Control-Allow-Headers
string
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Next page of results token
actions
object[]
List of document actions
Status of the Document Action
Possible values: [COMPLETE, FAILED, IN_QUEUE, PENDING, RUNNING, SKIPPED, FAILED_RETRY, MAX_RETRIES_REACHED, WAITING_FOR_RETRY]
Type of the Document Action
Possible values: [ANTIVIRUS, DOCUMENTTAGGING, FULLTEXT, NOTIFICATION, OCR, QUEUE, WEBHOOK, IDP, PUBLISH, PDFEXPORT, EVENTBRIDGE, RESIZE, DATA_CLASSIFICATION, MALWARE_SCAN]
The number of times this action has already been attempted
The maximum number of retry attempts allowed for this action
Queue Id
Workflow Id
Workflow Step Id
Action message information
User who requested the Action
Inserted Timestamp
Started Timestamp
Completed Timestamp
parameters
object
Action parameters
metadata
object
Action metadata
{
"next": "string",
"actions": [
{
"status": "COMPLETE",
"type": "ANTIVIRUS",
"retryCount": 0,
"maxRetries": 0,
"queueId": "string",
"workflowId": "string",
"workflowStepId": "string",
"message": "string",
"userId": "string",
"insertedDate": "string",
"startDate": "string",
"completedDate": "string",
"parameters": {},
"metadata": {}
}
]
}