Skip to main content

Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.

Term

Also known as Knowledge page, a Term is used to document your data.

type Term {
id: ID!
deprecatedAt: Timestamp
depthLevel: Int
descriptionRaw: String
descriptionStateLexical: JSON
externalDescription: String
externalDescriptionSource: TermExternalDescriptionSource
externalId: String
icon: String
isDescriptionGenerated: Boolean
lastEditedAt: Timestamp
name: String
slug: String!
url: String
verifiedAt: Timestamp
childrenTerms: [Term!]!
deprecatedByUserId: String
entityEditors: [EntityEditor!]!
lastDescribedByUserId: String
lastDescribedBy: User
linkedTag: Tag
ownerEntities: [OwnerEntity!]!
parentTermId: String
parentTerm: Term
tagEntities: [TagEntity!]!
teamOwnerEntities: [TeamOwnerEntity!]!
verifiedByUserId: String
verifiedBy: User
createdAt: Timestamp!
deletedAt: Timestamp
updatedAt: Timestamp!
description: String!
isDeprecated: Boolean!
isVerified: Boolean!
}

Fields

Term.id ● ID! non-null scalar general

Unique Catalog identifier of the resource

Term.deprecatedAt ● Timestamp scalar general

The time at which the term was deprecated

Term.depthLevel ● Int scalar general

The term depth - Default 0 is highest in hierarchy

Term.descriptionRaw ● String scalar general

The Catalog documentation for this term, as raw text

Term.descriptionStateLexical ● JSON scalar general

Rich-text description of this term as lexical JSON

Term.externalDescription ● String scalar general

The documentation from the external source for this term

Term.externalDescriptionSource ● TermExternalDescriptionSource enum terms-knowledge

The source of the documentation for this term

Term.externalId ● String scalar general

External ID of the term when synchronized from a source

Term.icon ● String scalar general

The icon associated to the term

Term.isDescriptionGenerated ● Boolean scalar general

True if the description has been generated, false otherwise

Term.lastEditedAt ● Timestamp scalar general

The time at which the term was last edited

Term.name ● String scalar general

The term name

Term.slug ● String! non-null scalar general

The unique slug of the term

Term.url ● String scalar general

The term's url in the external source

Term.verifiedAt ● Timestamp scalar general

The time at which the term was verified

Term.childrenTerms ● [Term!]! non-null object terms-knowledge

The children terms of this term

Term.deprecatedByUserId ● String scalar general

The term was deprecated by the user belonging to this ID

Term.entityEditors ● [EntityEditor!]! non-null object users

The entity editors this term points to

Term.lastDescribedByUserId ● String scalar general

The term was last described be the user belonging to this ID

Term.lastDescribedBy ● User object users

The term was last described by this user

Term.linkedTag ● Tag object tags

The tag to which this term is linked

Term.ownerEntities ● [OwnerEntity!]! non-null object ownerships

The individual owners of the term

Term.parentTermId ● String scalar general

The id of the parent term of this term

Term.parentTerm ● Term object terms-knowledge

The parent term of this term

Term.tagEntities ● [TagEntity!]! non-null object tags

The tag entities belonging to this term

Term.teamOwnerEntities ● [TeamOwnerEntity!]! non-null object ownerships

The team owners of the term

Term.verifiedByUserId ● String scalar general

The term is verified by the user belonging to this ID

Term.verifiedBy ● User object users

The term is verified by this user

Term.createdAt ● Timestamp! non-null scalar general

Date and time the resource was created

Term.deletedAt ● Timestamp scalar general

Date and time the resource was deleted

Term.updatedAt ● Timestamp! non-null scalar general

Date and time the resource was last updated

Term.description ● String! non-null scalar general

The term's raw description or the external one if empty

Term.isDeprecated ● Boolean! non-null scalar general

Whether this term has been marked as deprecated

Term.isVerified ● Boolean! non-null scalar general

Is the term verified?

Example

{
"id": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"deprecatedAt": 1758555879800,
"depthLevel": 0,
"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": "KNOWLEDGE",
"externalId": "page/all-stored-information-about-customers",
"icon": "🤖",
"isDescriptionGenerated": false,
"lastEditedAt": 1758555879800,
"name": "Customers",
"slug": "term-customers",
"url": "https://notion.io/all-stored-information-about-customers",
"verifiedAt": 1758555879800,
"childrenTerms": [],
"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
}
],
"lastDescribedByUserId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"lastDescribedBy": {
"firstName": "John",
"lastName": "Doe",
"ownerEntities": [
{
"ownerLabelId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"ownerLabel": {
"label": "Data Steward"
}
}
],
"fullName": "John Doe"
},
"linkedTag": {
"color": "ALERT_COLOR",
"linkedTermId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba"
},
"ownerEntities": [],
"parentTermId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"tagEntities": [
{
"origin": "USER",
"technology": "COALESCE",
"tagId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba"
}
],
"teamOwnerEntities": [
{
"teamId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"team": {
"description": "Members of the EMEA sales team",
"slackChannel": "#emea-sales",
"slackGroup": "@emea-sales",
"source": "Slack",
"teamOwnerEntities": []
}
}
],
"verifiedByUserId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"isDeprecated": false,
"isVerified": false
}

Returned By

Member Of