Skip to main content
GET
/
agents
/
{id}
/
journal
Error
A valid request URL is required to generate request examples
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "entry_type": "observation",
    "content": "<string>",
    "created_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Query Parameters

limit
integer
default:100
Required range: x <= 500

Response

Journal entries

id
string<uuid>
agent_id
string<uuid>
entry_type
enum<string>
Available options:
observation,
decision,
plan,
note,
error
content
string
created_at
string<date-time>