ListFailedEvents
Returns event descriptions which cannot be processed. It's possible that some events need some retries. For example if the SMTP-API wasn't able to send an email at the first time
curl -X POST "https://loading/failedevents/_search" \ -H "Content-Type: application/json" \ -d '{}'{
"result": [
{
"database": "string",
"viewName": "string",
"failedSequence": 0,
"failureCount": 0,
"errorMessage": "string",
"lastFailed": "2023-01-15T01:30:15.01Z"
}
]
}Was this page helpful?
List Domains
List Domains: Deprecated: use [instance service v2 ListCustomDomains](/reference/api/instance/zitadel.instance.v2.InstanceService.ListCustomDomains) instead. Returns the Custom Domains of an instance.
ListIAMMembers
ListIAMMembers: Returns all instance members matching the request all queries need to match (ANDed)