Data Studio
Each Durable Object can access private storage using Storage API available on ctx.storage
. To view and write to an object's stored data, you can use Durable Objects Data Studio as a UI editor available on the Cloudflare dashboard.
You need to have at least the Workers Platform Admin
role to access Data Studio.
-
In the Cloudflare dashboard, go to the Durable Objects page.
Go to Durable Objects -
Select an existing Durable Object namespace.
-
Select the Data Studio button.
-
Provide a Durable Object identifier, either a user-provided unique name or a Cloudflare-generated Durable Object ID.
- Queries executed by Data Studio send requests to your remote, deployed objects and incur usage billing for requests, duration, rows read, and rows written. You should use Data Studio as you would handle your production, running objects.
- In the Query tab when running all statements, each SQL statement is sent as a separate Durable Object request.
All queries issued by the Data Studio are logged with audit logging v1 for your security and compliance needs.
- Each query emits two audit logs, a
query executed
action and aquery completed
action indicating query success or failure.query_id
in the log event can be used to correlate the two events per query.
Was this helpful?
- Resources
- API
- New to Cloudflare?
- Directory
- Sponsorships
- Open Source
- Support
- Help Center
- System Status
- Compliance
- GDPR
- Company
- cloudflare.com
- Our team
- Careers
- © 2025 Cloudflare, Inc.
- Privacy Policy
- Terms of Use
- Report Security Issues
- Trademark
-