Python
Tables
Retrieve table
Retrieves a table by id.
GET
Python
Documentation Index
Fetch the complete documentation index at: https://developers.datagrid.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The id of the table to retrieve.
Response
Retrieved table
The table object represents a table within a knowledge.
The object type, which is always table.
Available options:
table The table identifier, which can be referenced in the API endpoints.
The name of the table.
The ISO string for when the table was last updated.
The ISO string for when the table was created.
The id of the knowledge this table belongs to.