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
Enterprise Feature - SMS is only available on Enterprise plans. Contact your Bland representative for access.
Headers
string
required
Your API key for authentication.
Path Parameters
string
required
The unique ID of the conversation to retrieve webhook logs for.
Response
object
The webhook log for this conversation, or
null if no webhook has been sent.string
The conversation this webhook log belongs to.
string
The webhook URL that was called.
object
The full webhook payload that was sent.
string
ISO timestamp for when the webhook log was created.
string
The organization ID that owns this conversation.
array
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|array
null on success, or a list of error objects if a failure occurred.Docs for agents: llms.txt