Lists all datasets in an account
GET/accounts/{account_id}/cloudforce-one/events/dataset
Lists all datasets in an account
Security
API Token
The preferred authorization scheme for interacting with the Cloudflare API. Create a token.
Example:
Accepted Permissions (at least one required)
Lists all datasets in an account
curl https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/cloudforce-one/events/dataset \
-H "Authorization: Bearer $CLOUDFLARE_API_TOKEN"[
{
"isPublic": true,
"name": "friendly dataset name",
"uuid": "12345678-1234-1234-1234-1234567890ab"
}
]Returns Examples
[
{
"isPublic": true,
"name": "friendly dataset name",
"uuid": "12345678-1234-1234-1234-1234567890ab"
}
]