All Products
Search
Document Center

Simple Log Service:ListDatasets

Last Updated:Feb 04, 2026

Lists datasets.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

GET /datasets HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

project

string

No

A short description of the struct.

name

string

No

offset

integer

No

size

integer

No

Response elements

Element

Type

Description

Example

object

The schema of the response.

total

integer

count

integer

datasets

array<object>

object

name

string

description

string

createTime

integer

The time when the dataset was created.

updateTime

integer

Examples

Success response

JSON format

{
  "total": 0,
  "count": 0,
  "datasets": [
    {
      "name": "",
      "description": "",
      "createTime": 0,
      "updateTime": 0
    }
  ]
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.