Retrieves the current status of a session, including normalized address data and processing status of various Hum AI agents.
{
"message": "Session data retrieved successfully",
"request_status": "ok",
"data": {
"service_address": "29090 TIFFANY DR E, SOUTHFIELD, MI 48034",
},
"meta": {
"agent_status": {
"geocoding": "matched",
"internet": "pending"
}
}
}
Bearer token authentication using JWT tokens.
Include the token in the Authorization header as: Authorization: Bearer <token>
Obtain tokens through your Hum API account dashboard or contact support@letshum.com for access.
The session token identifying the specific session
"XqCmeTVgYXrbWrZFZEymkD"
Session data retrieved successfully
The response is of type object
.