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/:id

Authentication

Required. Include your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Path Parameters

ParameterTypeDescription
idstring (UUID)The unique identifier of the agent context

Query Parameters

ParameterTypeRequiredDescription
appIdstringRequiredApplication identifier
externalUserIdstringRequiredExternal user identifier

Response

FieldTypeDescription
idstringUnique context identifier
agentIdstringAgent identifier
memoryTypestringType of memory stored
dataobjectThe stored context data
metadataobjectContains version, tags, and expiresAt
blockchainStatusstringBlockchain storage status
transactionHashstring | nullBlockchain transaction hash (if submitted)
createdAtstringISO 8601 creation timestamp
updatedAtstringISO 8601 last update timestamp

Try It

Path Parameters

The unique identifier of the agent context (UUID)

Query Parameters

Application identifier

External user identifier