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": [ "input", "output" ] } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of datasets in the workspace
The response is of type object.
object
Was this page helpful?