/
/Marmot API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 2d ago
assets25
  • postCreate a new asset
  • getGet assets by glossary term
  • postCreate asset documentation
  • postBatch create documentation
  • getGet asset documentation
  • getList assets with pagination
  • getLookup asset by type 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
  • getGet an asset by ID
  • putUpdate an asset
  • deleteDelete an asset
  • getGet asset run history
  • getGet asset run history histogram
  • postAdd tag to asset
  • deleteRemove tag from asset
  • getGet asset's glossary terms
  • postAdd glossary terms to asset
  • deleteRemove glossary term from asset
auth3
lineage6
metrics8
pipelines1
runs7
search1
ui1
users14
    assets

    Get metadata value suggestions

    Get suggestions for values of a specific metadata field

    get/assets/suggestions/metadata/values

    Query parameters

    fieldstring required

    Metadata field name

    prefixstring

    Value prefix to filter by

    limitinteger

    Maximum number of suggestions

    Response

    OK

    countinteger
    valuestring

    Changes