Workflow Credentials
List Workflow Credentials
Returns a paginated list of workflow credentials for the authenticated user's tenant.
Create Workflow Credential
Creates a new workflow credential. Secret fields listed in `CredentialTypeEnum::secretFields()` are redacted in the response `fields` object.
Lookup Workflow Credentials by Type
Lightweight dropdown lookup used by node config UIs. Returns only `uuid` + `name` for credentials of the requested type.
Show Workflow Credential
Fetches a single workflow credential by UUID. 404 if not found.
Update Workflow Credential
Updates an existing workflow credential. Only the fields sent are updated.
Delete Workflow Credential
Deletes a workflow credential by UUID. 404 if not found.