Report Subscription - Retrieves subscription history of a subscription
Authorizations
HTTPRequired
Please enter a valid token
Query parameters
reportSubscriptionIdstring · uuidOptional
versionstringOptionalDefault:
The requested API version
1.0Header parameters
embedfast-user-idstringOptional
Optional User Id
Responses
200
Success: Subscription history successfully fetched.
400
Bad Request: The request could not be processed due to invalid syntax or missing/incorrect parameters.
401
Unauthorized: Invalid credentials or missing/invalid authentication token.
404
Not Found: The specified user does not exist.
500
Internal Server Error: An unexpected error occurred or a server timeout.
get
/subscriptionHistoryGET /subscriptionHistory HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"reportSubscriptionId": "123e4567-e89b-12d3-a456-426614174000",
"runId": "123e4567-e89b-12d3-a456-426614174000",
"schedule": "text",
"isRecipientSpecific": true,
"isOnDemand": true,
"timeStamp": "2025-11-28T04:23:27.453Z",
"runStatus": "text",
"exportId": "text"
}
]PreviousReport Subscription - Sends an email for a subscriptionNextReport Subscription - Retrieves all subscription
Last updated