What’s on a row
Quick actions
From the Manage Custom Data slide-over you can:- Edit — change the data or rename the dataset. See Update custom data.
- Duplicate — copy the dataset under a new name. See Duplicate custom data.
- Delete — remove the dataset. See Delete custom data.
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.