List Dataset
Query parameters
Size of the subset to retrieve.
Number of items to skip during retrieval.
Name filter. Filtering is performed as a case-insensitive partial match.
Order type.
Order direction.
Tags filter. Filtering is performed as a case-insensitive partial key value match.
Response
Data retrieved.
Example response
{
"dataset": [
{
"name": "my-dataset",
"tags": {
"region": "eu",
"node_type": "dns"
}
}
]
}Changes
Changed in 8 of the 25 revisions of this API.613
- ▲
added the new required
headerrequest parameterAuthorizationto all path's operationsnew-required-request-default-parameter-to-existing-path
- ▲
- ▲
added the new required
headerrequest parameterBearer authorizationto all path's operationsnew-required-request-default-parameter-to-existing-path
- ▲
- ▲
for the
queryrequest parametertags, default value{"key":"value"}was removedrequest-parameter-default-value-removed
- ▲
for the
queryrequest parametertags, the type changed fromstringtoobjectrequest-parameter-type-changed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
removed the optional property
//from the response with the statusresponse-optional-property-removed
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ●
- ▲
the
//response's property type changed fromstringtoarray, and format fromuuidto no format for statusresponse-property-type-changed
- ▲
- ○
added the new optional
queryrequest parametertagsnew-optional-request-parameter
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 15 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲