Files APIs
Extract Tables - Async Result
Gets the result of the tables extraction operation using the operation ID.
GET
/
{workspaceId}
/
files
/
extract
/
tables
/
{operationId}
/
result
Authorizations
x-api-key
string
headerrequiredAPI Key used to authenticate your requests. How to create one.
Path Parameters
workspaceId
string
requiredYour workspace ID. How to find it?
operationId
string
requiredThe ID for the requested file operation. This is obtained from the start request.
Response
200 - application/json
Successful file extraction result
result
object[]
requiredAn array of the extracted tables.
operationId
string
requiredOperation ID.
status
enum<string>
requiredOperation status.
Available options:
completed