List roles on a Postgres branch

postgres roles & traffic

// what it does

Lists every role on the branch with IDs and expiry — the access inventory for your Postgres database. `role get` digs into a single role's details.

// shell

$ pscale role list mydb main
$ pscale role get mydb main <role-id>

// gotcha

Secret values are never shown again after creation; the list is metadata only. If a credential is lost, reset it — don't go hunting.