Skip to main content
The Manage Custom Data slide-over lists every dataset you’ve uploaded — its name, row count, column count, file size, and upload date. Open it from the Manage button next to the Dataset label in the Data Query widget’s Custom Data source.

What’s on a row

Quick actions

From the Manage Custom Data slide-over you can:

API

GET /v1/custom-data returns a lightweight list of your datasets, newest first. The list response omits raw_data because it can be large — fetch a single dataset with GET /v1/custom-data/{id} to include raw_data.