Skip to main content
GET
List diary entries

Authorizations

Authorization
string
header
required

Workspace API key (wk_). GET endpoints require the Workspace read API scope, POST endpoints the Workspace write API scope.

Path Parameters

agentId
string
required

The agent id.

Query Parameters

date
string

ISO date string (YYYY-MM-DD or full ISO). Defaults to today. Ignored when conversationId is set.

conversationId
string

Filter to entries belonging to a specific chat conversation.

year
integer

If provided together with month, returns the month-activity summary.

month
integer

If provided together with year, returns the month-activity summary.

Required range: 1 <= x <= 12

Response

Success. Empty result sets are also 200.

Which shape comes back depends on the filters used.

entries
object[]
required