Retrieves the details of an existing call.
Documentation Index
Fetch the complete documentation index at: https://docs.moonbase.ai/llms.txt
Use this file to discover all available pages before exploring further.
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.
The tags currently applied to this 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.
Any notes taken during or after the call. Returns null if no note exists.
Note: Only present when requested using the include query parameter.
A summary of the call, or null if no summary has been generated yet.
Note: Only present when requested using the include query parameter.