List messages generated by notification
List messages generated by notification
Path Parameters
notification_id string required
Responses
- 200
- default
A successful response.
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
messages object[]
id string
notification_ids string[]
status string
receiver_type string
details object
last_error string
max_tries uint64
try_count uint64
retryable boolean
expired_at date-time
created_at date-time
updated_at date-time
configs object
{
"messages": [
{
"id": "string",
"notification_ids": [
"string"
],
"status": "string",
"receiver_type": "string",
"details": {},
"last_error": "string",
"max_tries": "string",
"try_count": "string",
"retryable": true,
"expired_at": "2024-07-09T13:51:06.067Z",
"created_at": "2024-07-09T13:51:06.067Z",
"updated_at": "2024-07-09T13:51:06.067Z",
"configs": {}
}
]
}
An unexpected error response.
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
code int32
message string
details object[]
@type string
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Loading...