Skip to content

List saved dataset defs

GET
/v1/datasets/defs
curl --request GET \
--url 'https://example.com/v1/datasets/defs?page_size=100'
account_id

Act on this account (active)

string | null format: uuid

Act on this account (active)

page_size
integer
default: 100 >= 1 <= 500
page_token
string | null
>= 2 characters <= 4162 characters /^[0-9a-f]+$/
x-api-key
string | null

Successful Response

Media type application/json
Example generated
example

Validation Error

Media type application/json
HTTPValidationError
object
detail
Array<object>
ValidationError
object
loc
required
Location
Array<string | integer>
msg
required
Message
string
type
required
Error Type
string
input
ctx
Context
object
Example generated
{
"detail": [
{
"loc": [
"example"
],
"msg": "example",
"type": "example",
"input": "example",
"ctx": {}
}
]
}