Skip to main content
Use client.search() to locate items in the data catalogue. The method returns a pandas DataFrame with metadata for each match.

Limit to your uploads

By default, search includes data from other users in your organization. To see only your own uploads:

Filter by IDs or type

Fetch specific items by their data IDs:
Filter by data type:

Available data types

Filter by lifecycle state

The status parameter filters by pipeline state:

Available status values

Apply numeric or datetime bounds

Pass (min, max) tuples for growth length (seconds), upload timestamp, or last-accessed timestamp. Use None for an open bound.

Combine filters

All filter parameters can be combined:

Next steps

Pass the Data ID column to client.get() to fetch analysis artefacts. See Inspect Results for a hands-on tour.