Queries datasets in a project.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
GET /storeviews HTTP/1.1
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
project | string | Yes | The name of the project. | example-project |
size | integer | No | The number of datasets to return. Default value: 100. | 100 |
offset | integer | No | The offset of the datasets to return. Default value: 0. | 0 |
name | string | No | The dataset name that is used for fuzzy match. | my_storeview |
storeType | string | No | The type of the datasets to return. By default, datasets are not filtered by type. Valid values:
| logstore |
Response parameters
Examples
Sample success responses
JSON
format
{
"count": 100,
"total": 100,
"storeviews": [
"my_storeview"
]
}
Error codes
For a list of error codes, visit the Service error codes.