/
/Marmot API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 2d ago
admin2
agents4
asset-rules8
assets25
  • getGet preview data for an asset
  • postCreate a new asset
  • getGet assets by glossary term
  • postCreate asset documentation
  • postBatch create documentation
  • getGet asset documentation
  • getLookup asset by type, service, and name
  • getMatch asset pattern
  • getGet user's assets
  • getGet an asset by qualified name
  • getSearch assets
  • getGet metadata field suggestions
  • getGet metadata value suggestions
  • getGet tag suggestions
  • getGet asset summary
  • postAdd tag to asset
  • deleteRemove tag from asset
  • getGet asset's glossary terms
  • postAdd glossary terms to asset
  • deleteRemove glossary term from asset
  • getGet an asset by ID
  • putUpdate an asset
  • deleteDelete an asset
  • getGet asset run history
  • getGet asset run history histogram
auth4
glossary8
ingestion11
lineage6
metrics8
owners1
pipelines1
plugins1
products4
runs7
search1
sso5
teams10
ui1
users14
    assets

    Get preview data for an asset

    Fetches sample data from the asset's data source. Requires assets:preview permission.

    get/api/v1/assets/preview/{id}

    Path parameters

    idstring required

    Asset ID

    Response

    OK

    column_namesstring[]
    total_rowsinteger

    Changes