Skip to content

Documentation / @agentick/gateway / StatusPayload

Interface: StatusPayload ​

Defined in: gateway/src/transport-protocol.ts:192

Properties ​

gateway ​

gateway: object

Defined in: gateway/src/transport-protocol.ts:193

apps ​

apps: string[]

clients ​

clients: number

id ​

id: string

sessions ​

sessions: number

uptime ​

uptime: number


session? ​

optional session: object

Defined in: gateway/src/transport-protocol.ts:200

appId ​

appId: string

createdAt ​

createdAt: string

id ​

id: string

isActive ​

isActive: boolean

lastActivityAt ​

lastActivityAt: string

messageCount ​

messageCount: number

Released under the ISC License.