get https://api.gigasheet.com/dataset/
This endpoint returns metadata about a dataset. It includes things like file name, column names and types, and modification timestamp.
Log in to see full request history
Responses
This endpoint returns metadata about a dataset. It includes things like file name, column names and types, and modification timestamp.
xxxxxxxxxx
curl --request GET \
--url https://api.gigasheet.com/dataset/handle \
--header 'accept: application/json'
Try It!
to start a request and see the response here!