Lookup Workflow Credentials by Type
GET/api/automation/workflow-credentials/lookup
Lightweight dropdown lookup used by node config UIs. Returns only uuid + name for credentials of the requested type.
Response shape:
{
"data": [
{ "uuid": "...", "name": "..." }
]
}
If type is missing or not a valid CredentialTypeEnum case the endpoint silently returns {"data": []} (200 OK).
Route name: automation.credentials.lookup
Request
Responses
- 200
Successful response