コンテンツにスキップ

List logout notification failures

GET
/api/admin/settings/logout/failures
Code sample: Shell / cURL
curl --request GET \
--url 'https://auth.example.com/api/admin/settings/logout/failures?limit=100' \
--header 'Authorization: Bearer <token>'

Lists stored logout notification failure records from SETTINGS or STATE_STORE KV, most recent first.

limit
integer
default: 100 >= 1 <= 1000

Maximum number of failure records to return.

Logout notification failure records.

Media type application/json
object
total
integer
limit
integer
failures
Array<object>
object
clientId
string
timestamp
integer
error
string
attempts
integer
key
additional properties
key
additional properties
Example
{
"total": 1,
"limit": 100,
"failures": [
{
"clientId": "client_123",
"timestamp": 1770000000000,
"error": "webhook_timeout",
"attempts": 3,
"lastAttemptAt": 1770000000000
}
]
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}