List custom datasets
list_custom_dataList uploaded custom-data (CSV) datasets for the account — summaries without the row data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | One row per dataset — id, name, file_name, file_size, its column definitions and the row count. The rows themselves come from get_custom_data. | |
| meta | No | Pagination for the list — page, limit and the total row count. | |
| success | Yes | True when the call succeeded. A failure comes back as an error result instead. |