Get Document Status

Go to Product

Check Document Status

Retrieve the current status of a document translation process. If the translation is still in progress, the estimated time remaining is also included in the response.

Options

Document ID
The document ID that was sent to the client when the document was uploaded to the API.
Document Key
The document encryption key that was sent to the client when the document was uploaded to the API.
Result Format

Specify how the response should be mapped to the table output. The following formats are available:

Structured Table: Returns a parsed table with data split into rows and columns.

  • Document ID: A unique ID assigned to the uploaded document and the requested translation process. The same ID that was used when requesting the translation status.
  • Status:

    A short description of the state the document translation process is currently in. Possible values are:

    • queued - the translation job is waiting in line to be processed
    • translating - the translation is currently ongoing
    • done - the translation is done and the translated document is ready for download
    • error - an irrecoverable error occurred while translating the document
  • Seconds Remaining: Estimated number of seconds until the translation is done. This parameter is only included while status is "translating".
  • Billed Characters: The number of characters billed to your account. The characters will only be billed after a successful download request.
  • Error Message: A short description of the error, if available. Note that the content is subject to change. This parameter may be included if an error occurred during translation.

Raw Response: Returns the raw response in a single row with the following columns:

  • body: Response body
  • status: HTTP status code

Input Ports

Icon
Configuration data.

Output Ports

Icon
Result of the request depending on the selected Result Format.
Icon
Configuration data (this is the same as the input port; it is provided as passthrough for sequentially chaining nodes to declutter your workflow connections).

Popular Predecessors

  • No recommendations found

Popular Successors

  • No recommendations found

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.