Responses from SDK¶ SessionContext pydantic-model ¶ Bases: BaseModel Show JSON schema: JSON{ "properties": { "jwt": { "title": "Jwt", "type": "string" }, "api_key": { "title": "Api Key", "type": "string" } }, "required": [ "jwt", "api_key" ], "title": "SessionContext", "type": "object" } Fields: jwt (str) api_key (str)