/
MY
myaltimate
/
FastAPI
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 20h ago · Updated 2d ago
Details
Filter operations
ACCOUNT_COSTS
4
ade-bench
8
AGENTS
3
AI_PLAYGROUND
32
AI_SERVICES
9
AI_STUDIO
32
ALERTS_V1
18
AUDIT_TRAIL
2
AUTH
14
AZURE_DATABRICKS_CONNECTIONS
2
Business Intelligence
15
clickhouse-rbac
1
COACH
5
COMPANY
10
COMPUTE_POOLS
6
connections
5
CONTRACT
13
CONTRACTS_DASHBOARDS
2
Copilot
18
CREDITS_USAGE
8
CUSTOM_TAGS
8
DATA_AVAILABILITY
1
DATA_STORE
12
DATABRICKS
147
Datamate Integrations
5
Datamates
8
DBT
16
DBT_CLOUD
14
DBT_CONFIG
11
DBT_DOCS_SHARE
13
DBT_HEALTH_CHECKS
2
DBT_MODELS
9
get
Get All
post
Get Node By Rk
get
Get Filters
post
Post Upstream Tables
post
Post Downstream Tables
post
Post Connected Columns
get
Get Terminal Node
get
Get Table Schema Response
post
Get Sql Lineage
DBT_V2
6
DBT_V3
10
DBT_V4
6
DEBUG_SQL
1
DEFINITIONS
1
DEMO
2
ENTITY_DETECTION
1
EVALS
23
EVENTS
9
EXPERIMENTATION
7
EXTERNAL
2
FEEDBACKS
8
FRESHNESS
2
GLOBAL_CONFIG
7
GOVERNANCE
8
IMPERSONATE
1
INGESTION
3
Knowledge Bases
9
Knowledge Bases V2
10
langfuse
2
Lineage
13
MASK
2
MEMORY
7
METABASE
6
METRICS
1
NEWSLETTER
1
NOTEBOOK
9
NOTIFICATION
5
OPPORTUNITIES
22
PAYMENT
16
PERMISSION
6
PREDICTION
1
PRESET
5
PROJECT_GOVERNANCE
6
PROMPT_ENHANCER
1
PROMPT_LIBRARY
8
Public Knowledge Bases
1
PUBLIC_PROMPT_LIBRARY
2
PUBLIC_SNIPPETS
7
QUERIES
19
QUERIES_V2
65
QUERY_BOOKMARK
6
RECOMMENDATIONS
4
REFERRAL
2
REGISTRY
6
RESOURCES
4
SCHEDULER
3
SDK
3
Semantic Metrics
3
SMART_CONTRACTS
1
SPACES
5
SSO Group Mappings
12
SUMMARY
7
SUMMARY_V2
31
SUPERTOKENS
7
SYNC
1
TABLES
30
TEAMS
5
USER
14
USER_GROUP
23
user-group-rules
2
VIOLATIONS
4
WAREHOUSE
24
WAREHOUSE_SCHEDULE
17
WORKFLOW_AGENT
8
WORKFLOW_DASHBOARD
20
WORKLOAD
2
get
Health Check
get
Auth Health Check
post
Test Email
DBT_MODELS
Get Node By Rk
Gets a single table by id.
post
/dbt/models/items
Query parameters
navigationSource
string
nullable
Headers
x-tenant
string
required
Request body
DBTModelDetailByRkRequest
required
dbt_model_rk
string
required
Response
Successful Response
DBTModelFetchResponse
required
project_name
string
required
dbt_core_integration_id
integer
required
dbt_core_integration_environment_id
integer
required
rk
string
required
project_rk
string
required
model_name
string
required
unique_id
string
required
resource_type
string
required
alias
string
nullable
description
string
nullable
materialization
string
nullable
database
string
required
model_schema
string
required
file_path
string
required
raw_code
string
nullable
compiled_code
string
nullable
columns
object[]
required
is_stale
boolean
required
last_seen
string
date-time
nullable
insights
DBTModelInsight[]
required
Changes