get https://api.gigasheet.com/datasets/
Returns all datasets owned by the user at any folder depth. Since this
may be a large amount of data may trim certain fields to keep response
size manageable.
Log in to see full request history
Responses
Returns all datasets owned by the user at any folder depth. Since this
may be a large amount of data may trim certain fields to keep response
size manageable.
xxxxxxxxxx
curl --request GET \
--url https://api.gigasheet.com/datasets/ \
--header 'accept: application/json'
Try It!
to start a request and see the response here!