messages
Get Metamessage
Get a specific Metamessage by ID
Args: app_id (uuid.UUID): The ID of the app representing the client application using honcho user_id (str): The User ID representing the user, managed by the user session_id (int): The ID of the Session to retrieve
Returns: schemas.Session: The Session object of the requested Session
Raises: HTTPException: If the session is not found
GET
/
apps
/
{app_id}
/
users
/
{user_id}
/
sessions
/
{session_id}
/
metamessages
/
{metamessage_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
app_id
string
requireduser_id
string
requiredsession_id
string
requiredmetamessage_id
string
requiredQuery Parameters
message_id
string
requiredResponse
200 - application/json
metamessage_type
string
requiredcontent
string
requiredid
string
requiredmessage_id
string
requiredmetadata
object
requiredcreated_at
string
required