Skip to main content

Get document actions

GET 

/documents/:documentId/actions

Get document actions and their status

Request

Path Parameters

    documentId stringrequired

    Document Identifier

Query Parameters

    siteId string

    Site Identifier

    limit string

    Limit Results

    Default value: 10
    shareKey string

    Share Identifier

    next string

    Next page of results token

Responses

200 OK

Response Headers

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

Schema

    next string

    Next page of results token

    actions

    object[]

    List of document actions

  • Array [

  • status DocumentActionStatus (string)

    Status of the Document Action

    Possible values: [COMPLETE, FAILED, IN_QUEUE, PENDING, RUNNING, SKIPPED, FAILED_RETRY]

    type DocumentActionType (string)

    Type of the Document Action

    Possible values: [ANTIVIRUS, DOCUMENTTAGGING, FULLTEXT, NOTIFICATION, OCR, QUEUE, WEBHOOK, IDP, PUBLISH, PDFEXPORT, EVENTBRIDGE]

    queueId string

    Queue Id

    workflowId string

    Workflow Id

    workflowStepId string

    Workflow Step Id

    message string

    Action message information

    userId string

    User who requested the Action

    insertedDate string

    Inserted Timestamp

    startDate string

    Started Timestamp

    completedDate string

    Completed Timestamp

    parameters

    object

    Action parameters

    property name* string

    metadata

    object

    Action metadata

    property name* string
  • ]

Loading...