English
cURL
curl --request GET \ --url https://api.example.com/v1/datasets
{ "data": [ { "id": "<string>", "name": "<string>", "description": "<string>", "metadata": {}, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "example_count": 123 } ], "next_cursor": "<string>" }
Cursor for pagination
An optional dataset name to filter by
The max number of datasets to return at a time.
Successful Response
Show child attributes
Was this page helpful?