Get Post Conversation Webhook
Messaging
Get Post Conversation Webhook
Retrieve the webhook delivery log for an SMS conversation, including the payload, URL, response codes, and timing.
GET
Get Post Conversation Webhook
Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
Enterprise Feature - SMS is only available on Enterprise plans. Contact your Bland representative for access.
Headers
Your API key for authentication.
Path Parameters
The unique ID of the conversation to retrieve webhook logs for.
Response
The webhook log for this conversation, or
null if no webhook has been sent.The conversation this webhook log belongs to.
The webhook URL that was called.
The full webhook payload that was sent.
ISO timestamp for when the webhook log was created.
The organization ID that owns this conversation.
An array of delivery attempt records. Each entry contains:
sent_at— ISO timestamp of the delivery attemptresponse_code— HTTP status code returned by your endpoint, ornullif the request failedresponse_time— how long the request tooksend_type— delivery method (e.g."spawn")error_message— error details if the delivery failed
null on success, or a list of error objects if a failure occurred.Docs for agents: llms.txt