Field | Type | Required | Description | Example |
---|---|---|---|---|
object |
models.SessionObject | ✔️ | String representing the object's type. Objects of the same type share the same value. |
session |
id |
str | ✔️ | N/A | sess_123456789abcd |
user_id |
str | ✔️ | N/A | user_123456789abcd |
client_id |
str | ✔️ | N/A | client_123456789abcd |
status |
models.Status | ✔️ | N/A | active |
last_active_at |
int | ✔️ | N/A | 1622471123 |
expire_at |
int | ✔️ | Unix timestamp of expiration. |
1685471123 |
abandon_at |
int | ✔️ | Unix timestamp of abandonment. |
1630471123 |
updated_at |
int | ✔️ | Unix timestamp of last update. |
1622532323 |
created_at |
int | ✔️ | Unix timestamp of creation. |
1622470000 |
actor |
OptionalNullable[models.Actor] | ➖ | N/A | |
last_active_organization_id |
OptionalNullable[str] | ➖ | N/A | org_123456789abcd |
latest_activity |
OptionalNullable[models.SessionActivityResponse] | ➖ | N/A |