Get Sendflow Delivery Report
Sendflow
Get Sendflow Delivery Report
Retrieves a single Sendflow delivery report by request_id
GET
Get Sendflow Delivery Report
Description
This endpoint allows you to retrieve the execution status and details of a Sendflow workflow that was triggered. Use the request_id that was returned when you triggered the Sendflow to get the delivery report.Headers
string
required
Your API key for authentication.
string
required
Your workspace ID for authentication.
Query Parameters
string
required
The unique request ID that was returned when the Sendflow was triggered. This ID is used to track the execution status of the workflow.
Response
boolean
Indicates whether the API call was successful.
string
Success or error message from the API.
object
The Sendflow delivery report data containing the following fields:
string
The request ID that was used to query this report.
string
The unique execution ID for this Sendflow workflow run.
string
The current execution status of the Sendflow workflow.
string
Timestamp indicating when the status was last updated.
string
The email address associated with this Sendflow execution (if applicable).
string
The phone number associated with this Sendflow execution (if applicable).
string
Additional remarks or notes about the execution status.
string
The workspace ID associated with this Sendflow execution.