Query metadata
To query the logged metadata via API, use the Neptune Fetcher client library. You can:
-
List experiments, runs, and attributes of a project.
-
Fetch experiment metadata as a data frame.
To query runs rather than experiments, use the runs module.
-
Define filters to fetch experiments, runs, and attributes that match certain criteria.
note
The new Fetcher alpha
API is experimental. We may introduce non-backward-compatible changes in upcoming releases.
- For the old version, see Old Fetcher API.
- For how to search and filter in the Neptune web app, see Runs table.