Table Management
Get Table
Get table header and status.
GET
Get Table
Overview
This endpoint returns table metadata and execution status.Example request
Key parameters
table_id(required): target table identifier.
run_status, num_cells_in_progress, and num_cells_completed.
Success signal
A successful response returns table metadata and status. Table execution is complete whenrun_status=idle and num_cells_in_progress=0.
Common errors
401 Unauthorized
Check that your header is Authorization: Bearer ${EXTRUCT_API_TOKEN}.
404 Not Found
The table ID is invalid or unavailable in your workspace.
Related endpoints
Related guides
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response
Table ID.
Table creation time.
Table name.
Table type.
Available options:
generic, company, people Table columns configurations.
Table description.
Table tags.
Child table relationships.
Parent table relationships.
Get Table