Get document actions
GET/documents/:documentId/actions
Get document actions and their status
Request
Path Parameters
Document Identifier
Query Parameters
Site Identifier
Limit Results
10
Share 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
]
Type of the Document Action
Possible values: [ANTIVIRUS
, DOCUMENTTAGGING
, FULLTEXT
, NOTIFICATION
, OCR
, QUEUE
, WEBHOOK
, IDP
, PUBLISH
, PDFEXPORT
, EVENTBRIDGE
]
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",
"queueId": "string",
"workflowId": "string",
"workflowStepId": "string",
"message": "string",
"userId": "string",
"insertedDate": "string",
"startDate": "string",
"completedDate": "string",
"parameters": {},
"metadata": {}
}
]
}