Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
GetTablesOutput
Paginated response from the executed query or mutation
type GetTablesOutput {
greatestId: String
nbPerPage: Int!
page: Int
totalCount: Int!
data: [Table!]!
}
Fields
GetTablesOutput.greatestId ● String scalar general
The greatest id returned, to pass as the next 'greaterThanId' when using cursor-based pagination. Returned only when page is not used.
GetTablesOutput.nbPerPage ● Int! non-null scalar general
Number of entities to return per page
GetTablesOutput.page ● Int scalar general
The page number (start at 0). Returned only when greaterThanId is not used.
GetTablesOutput.totalCount ● Int! non-null scalar general
The total number of entities
GetTablesOutput.data ● [Table!]! non-null object tables
Field containing the response from the executed query or mutation
Example
{
"greatestId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"nbPerPage": 50,
"page": 0,
"totalCount": 100,
"data": [
{
"id": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"deprecatedAt": 1758555879800,
"descriptionRaw": "Information about our **customers**",
"descriptionStateLexical": {
"root": {
"children": [
{
"type": "paragraph",
"version": 1
}
],
"direction": null,
"format": "",
"indent": 0,
"type": "root",
"version": 1
}
},
"externalDescription": "All stored information about customers",
"externalDescriptionSource": "COALESCE",
"externalId": "table-customers",
"isDescriptionGenerated": false,
"lastQueriedAt": 1758555879800,
"lastRefreshedAt": 1758555879800,
"name": "customers",
"numberOfQueries": 100,
"popularity": 80,
"slug": "c-customers-table",
"tableSize": 32,
"tableType": "TABLE",
"transformationSource": "COALESCE",
"url": "https://app.snowflake.com/",
"verifiedAt": 1758555879800,
"deprecatedByUserId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"entityEditors": [
{
"dashboardId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"sourceUserId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"sourceUser": {
"avatarUrl": "https://example.com/avatar.png",
"email": "john.doe@example.com",
"sourceId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"unifiedId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"unifiedUser": {
"role": "CONTRIBUTOR",
"status": "ACTIVATED",
"teamIds": [
"fffe43cb-a92f-48d9-9527-3fcc4e5f6dba"
],
"userId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"createdAt": 1758555879800
},
"deletedAt": 1758555879800,
"updatedAt": 1758555879800
},
"tableId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"termId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"refreshedAt": 1758555879800
}
],
"externalLinks": [
{
"technology": "GITLAB"
}
],
"lastDescribedByUserId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"ownerEntities": [
{
"ownerLabelId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"ownerLabel": {
"label": "Data Steward"
},
"user": {
"firstName": "John",
"lastName": "Doe",
"ownerEntities": [],
"fullName": "John Doe"
}
}
],
"schemaId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"schema": {
"description": "Default Postgres schema",
"isHidden": false,
"databaseId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"database": {
"warehouse": {
"origin": "EXTRACTION",
"type": "COMMUNICATION"
}
}
},
"tagEntities": [
{
"tagId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"tag": {
"color": "ALERT_COLOR",
"linkedTermId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba"
}
}
],
"teamOwnerEntities": [
{
"teamId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"team": {
"slackChannel": "#emea-sales",
"slackGroup": "@emea-sales",
"source": "Slack",
"teamOwnerEntities": []
}
}
],
"verifiedByUserId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"isDeprecated": false,
"isVerified": false
}
]
}
Returned By
getTablesquery