Retrieves the details of an existing call.
Your Moonbase API key.
The ID of the call to retrieve.
Specifies which related objects to include in the response. Valid options are transcript, note, and summary.
transcript, note, summary Successful response.
The Call object represents a phone call that has been logged in the system. It contains details about the participants, timing, and outcome of the call.
String representing the object’s type. Always call for this object.
"call"Unique identifier for the object.
The direction of the call, either incoming or outgoing.
incoming, outgoing The time the call started, as an ISO 8601 timestamp in UTC.
The name of the phone provider that handled the call.
openphone, user, zoom_phone The unique identifier for the call from the provider's system.
The current status of the call.
The participants involved in the call.
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 time the call was answered, if available, as an ISO 8601 timestamp in UTC.
The time the call ended, if available, as an ISO 8601 timestamp in UTC.
A hash of additional metadata from the provider.
The Note object represents a block of text content, often used for meeting notes or summaries.
The Note object represents a block of text content, often used for meeting notes or summaries.