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