Retrieves the details of an existing program.
Your Moonbase API key.
The ID of the program to retrieve.
Specifies which related objects to include in the response. Valid options are activity_metrics and program_template.
activity_metrics, program_template Successful response.
The Program object represents an email campaign. It defines the sending behavior and tracks engagement metrics.
String representing the object’s type. Always program for this object.
"program"Unique identifier for the object.
The current status of the program. Can be draft, published, paused, or archived.
draft, published, paused, archived The sending trigger for the program. Can be api for transactional sends or broadcast for scheduled sends.
api, broadcast true if email opens are tracked for this program.
true if link clicks are tracked for this program.
Time at which the object was created, as an ISO 8601 timestamp in UTC.
Time at which the object was last updated, as an ISO 8601 timestamp in UTC.
The user-facing name of the program.
For broadcast programs, the time the program is scheduled to send, as an ISO 8601 timestamp in UTC.
A ProgramActivityMetrics object summarizing engagement for this program.
Note: Only present when requested using the include query parameter.
The ProgramTemplate used for messages in this program.
Note: Only present when requested using the include query parameter.