Temporal · Arazzo Workflow
Temporal Audit API Keys for an Owner
Version 1.0.0
List a Service Account's API keys and load the detail of one of them.
Provider
Workflows
audit-api-keys-for-owner
List API keys for an owner and inspect the first key's detail.
Chains listApiKeys (filtered by ownerId and ownerType, branching on whether keys exist) with getApiKey to load the first matching key's detail.
1
listKeys
listApiKeys
List API keys owned by the supplied owner. The flow branches on whether the returned apiKeys array contains any entries.
2
inspectKey
getApiKey
Load the detail of the first API key returned to inspect its display name, expiry, and state.