Skip to main content
GET
This endpoint does not require authentication. It returns usage metrics for a free database created with POST /start-redis, so an agent can check how the database is being used without a console login.

Request

string
required
The database ID: the UUID you sent as Idempotency-Key when creating the database, or the ID returned in the response if you omitted it.
string
The name of the agent making the request, for example claude-code.

Response

number
Seconds since the database was created.
string
When the database will be deleted unless claimed, as an ISO 8601 timestamp.
string
The console page where a user can view usage and claim the database.
number
Total number of commands executed.
number
Command throughput over the last minute.
number
Number of keys in the database.
number
Memory used by the data, in bytes.
number
Total bytes received by the database.
number
Total bytes sent by the database.
Returns 404 Not Found if no database exists with that ID.