List all datasets for the current tenant.
cURL
curl --request GET \ --url https://api.example.com/api/v1/datasets \ --header 'X-API-Key: <api-key>'
[ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "description": "<string>", "artifact_types": [ {} ], "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "audio_count": 0, "annotation_set_count": 0 } ]
Successful Response