/
MA
marmotdata
/
Marmot API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 52m ago · Updated 1w ago
Details
Filter operations
assets
25
post
Create a new asset
get
Get assets by glossary term
post
Create asset documentation
post
Batch create documentation
get
Get asset documentation
get
List assets with pagination
get
Lookup asset by type and name
get
Match asset pattern
get
Get user's assets
get
Get an asset by qualified name
get
Search assets
get
Get metadata field suggestions
get
Get metadata value suggestions
get
Get tag suggestions
get
Get asset summary
get
Get an asset by ID
put
Update an asset
delete
Delete an asset
get
Get asset run history
get
Get asset run history histogram
post
Add tag to asset
delete
Remove tag from asset
get
Get asset's glossary terms
post
Add glossary terms to asset
delete
Remove glossary term from asset
auth
3
ingestion
11
lineage
6
metrics
8
pipelines
1
plugins
1
runs
7
search
1
ui
1
users
14
assets
Get an asset by ID
Get detailed information about a specific asset
get
/assets/{id}
Path parameters
id
string
required
Asset ID
Response
OK
AssetAsset
required
created_at
string
created_by
string
description
string
environments
object
external_links
AssetExternalLink[]
has_run_history
boolean
id
string
is_stub
boolean
last_sync_at
string
metadata
object
mrn
string
name
string
parent_mrn
string
providers
string[]
query
string
query_language
string
schema
object
sources
AssetAssetSource[]
tags
string[]
type
string
updated_at
string
user_description
string
Changes