GET
/
{workspaceId}
/
files
/
extract
/
tables
/
{operationId}
/
result
{
  "operationId": "aaaabbbCCCCdddd",
  "status": "completed",
  "result": [
    {
      "pageNumber": 1,
      "title": "Customers",
      "content": [
        [
          "Number",
          "Name"
        ],
        [
          1,
          "John Doe"
        ]
      ]
    }
  ]
}

Authorizations

x-api-key
string
header
required

API Key used to authenticate your requests. How to create one.

Path Parameters

workspaceId
string
required

Your workspace ID. How to find it?

operationId
string
required

The ID for the requested file operation. This is obtained from the start request.

Response

200 - application/json

Successful file extraction result

operationId
string
required

Operation ID.

result
object[]
required

An array of the extracted tables.

status
enum<string>
required

Operation status.

Available options:
completed