Skip to main content

Autocomplete dataset IDs

Get a list of dataset IDs for autocomplete suggestions based on the provided query parameters.

Query Parameters
limit int32

Possible values: 1 ≤ value ≤ 100

starting_with string

Get dataset ID list starting with the given string

contains string

Get dataset ID list containing the given string

ending_with string

Get dataset ID list ending with the given string

Responses
200

List of matching dataset IDs for autocomplete

Schema OPTIONAL
data object[]
paging object OPTIONAL
before string OPTIONAL
after string OPTIONAL
total int32