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 [email protected] for access.
The session token identifying the specific session The session token provided by the Hum API. Used to connect the response to the session in the client system.
"XqCmeTVgYXrbWrZFZEymkD"
Session data retrieved successfully
A message returned by the API. Includes a human-readable message about the status of the request.
"What happened in the most recent request."
A status code summarizing the outcome of this response.
ok, warning, error "ok"
Metadata about the session. Can be used to track the status of the session, time since creation, and time since last update.