Get a list of datasets within a workspace
cURL
curl --request GET \ --url https://api.getbasalt.ai/datasets \ --header 'Authorization: Bearer <token>'
{ "datasets": [ { "slug": "my-dataset", "name": "My Dataset", "columns": [ { "name": "input", "type": "text" }, { "name": "output", "type": "text" } ] } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of datasets in the workspace
The list of datasets
Show child attributes
Was this page helpful?