Agent Contexts / Get
Get Agent Context
Fetch a specific agent context with its full data. Returns all stored context data, metadata, and blockchain status. Use this endpoint to resume conversations, display context details, or analyze stored information.
GET
{baseAPIUrl}/agent-contexts/:idAuthentication
Required. Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEYPath Parameters
| Parameter | Type | Description |
|---|---|---|
| id | string (UUID) | The unique identifier of the agent context |
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| appId | string | Required | Application identifier |
| externalUserId | string | Required | External user identifier |
Response
| Field | Type | Description |
|---|---|---|
| id | string | Unique context identifier |
| agentId | string | Agent identifier |
| memoryType | string | Type of memory stored |
| data | object | The stored context data |
| metadata | object | Contains version, tags, and expiresAt |
| blockchainStatus | string | Blockchain storage status |
| transactionHash | string | null | Blockchain transaction hash (if submitted) |
| createdAt | string | ISO 8601 creation timestamp |
| updatedAt | string | ISO 8601 last update timestamp |
Try It
Path Parameters
The unique identifier of the agent context (UUID)
Query Parameters
Application identifier
External user identifier