Files
zitadel/apps/api/internal/query/web_key_list.sql
2025-08-05 15:20:32 -07:00

5 lines
158 B
SQL

select key_id, creation_date, change_date, sequence, state, config, config_type
from projections.web_keys1
where instance_id = $1
order by creation_date asc;