Skip to main content
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 attempt
  • response_code — HTTP status code returned by your endpoint, or null if the request failed
  • response_time — how long the request took
  • send_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