List delivery logs
Returns a paginated list of delivery logs for the specified message.
Path parameters
The ID of the message to fetch delivery logs for.
Query parameters
The cursor to fetch entries after.
The cursor to fetch entries before.
The number of items per page (defaults to 50).
Response
OK
Example response
{
"items": [
{
"__typename": "MessageDeliveryLog",
"environment_id": "123e4567-e89b-12d3-a456-426614174000",
"id": "2FVHPWxRqNuXQ9krvNP5A6Z4qXe",
"inserted_at": "2021-01-01T00:00:00Z",
"request": {
"body": {
"html_content": "<html></html>"
},
"headers": {
"Content-Type": "application/json"
},
"host": "localhost",
"method": "GET",
"path": "/",
"query": "?foo=bar"
},
"response": {
"body": {
"success": true
},
"headers": {
"Content-Type": "application/json"
},
"status": 200
},
"service_name": "Postmark"
}
],
"page_info": {
"__typename": "PageInfo",
"after": null,
"before": null,
"page_size": 25
}
}Changes
Changed in 2 of the 30 revisions of this API.33
- ▲
removed the required property
from the response with the statusresponse-required-property-removed
- ○
added the required property
to the response with the statusresponse-required-property-added
- ▲
- ▲
added
subschema #1subschema #2to the///response propertyoneOflist for the response statusresponse-property-one-of-added
- ▲
added
subschema #1subschema #2to the///response propertyoneOflist for the response statusresponse-property-one-of-added
- ○
removed
subschema #1subschema #2from the///response propertyoneOflist for the response statusresponse-property-one-of-removed
- ○
removed
subschema #1subschema #2from the///response propertyoneOflist for the response statusresponse-property-one-of-removed
- ▲