| List databases | Get all databases in the cluster. | Stable |
| Get database details | Get the descriptor ID of a specified database. | Stable |
| List database grants | List all granted to users for a specified database. | Stable |
| List database tables | List all tables in a specified database. | Stable |
| Get table details | Get details on a specified table, including schema, grants, indexes, range count, and . | Stable |
| List events | List the latest on the cluster, in descending order. | Unstable |
| Check node health | Determine if the node is running and ready to accept SQL connections. | Stable |
| List nodes | Get details on all nodes in the cluster, including node IDs, software versions, and hardware. | Stable |
| List node ranges | Get details on the ranges on a specified node. | Unstable |
| List hot ranges | Get information on ranges receiving a high number of reads or writes. | Stable |
| Get range details | Get detailed technical information on a range. Typically used by Cockroach Labs engineers. | Unstable |
| List sessions | Get SQL session details of all current users or a specified user. | Unstable |
| List users | List all SQL users on the cluster. | Stable |
| Log in | Authenticate as a that is a member of the to retrieve a session token to use with further API calls. | Stable |
| Log out | Invalidate the session token. | Stable |