Skip to main content
GET
Get Sendflow Delivery Report

Description

This endpoint retrieves a single Sendflow delivery report by request_id. The response includes execution_status (workflow run status) and delivery_status (message delivery report). Use the request ID returned when you triggered the Sendflow.

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 workflow run status (execution status).
string
The message delivery report (DLR) status.
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.