Getting started
Check authentication requirements, make your first call, and review recorded request history.
Three steps to your first successful API call. Check the endpoint's requirements before sending a request.
- Check authenticationFollow the authentication requirements documented for this endpoint.
- Make your first callUse the request example below to make a real call.
- Review your request historyReview requests recorded in your developer account.
Make your first call
GET
/v1/datasetsList Datasets
7 parameters
- datasetTypestringquery
optional filter by dataset type
- beforestringquery
optional filter before a date
- afterstringquery
optional filter after a date
- limitnumberquery
optional limit to number of results
- offsetnumberquery
optional offset to start of results
- validationStatusstringquery
optional filter by validation status
- X-Client-Namestringheader
The name of the project that is making the request.
Full reference for this endpoint →