Skip to main content
GET
List an agent's memory activity

Authorizations

Authorization
string
header
required

A Recursion API key, created in the console under API keys.

Path Parameters

agent_id
string<uuid>
required

Agent whose automatic memory runs are listed.

Query Parameters

cursor
string

Opaque next_cursor from the previous activity page.

limit
integer
default:50

Page size from 1 through 100, default 50.

Required range: 1 <= x <= 100

Response

An agent's automatic memory activity, including checks with no changes and retrying failures.

An agent's automatic memory activity, including checks with no changes and retrying failures.

reflections
object[]
required

Automatic memory runs, newest first.

next_cursor
string

Opaque cursor for the next activity page.