Skip to main content
GET
/
v1
/
episodes
/
recall
Recall episodes
curl --request GET \
  --url http://localhost:8080/v1/episodes/recall \
  --header 'Authorization: Bearer <token>'
{
  "episodes": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "raw_content": "<string>",
      "conversation_id": "<string>",
      "confidence": 123,
      "occurred_at": "2023-11-07T05:31:56Z",
      "created_at": "2023-11-07T05:31:56Z"
    }
  ],
  "count": 123
}

Authorizations

Authorization
string
header
required

API key with mk_ or rk_ prefix

Query Parameters

agent_id
string<uuid>
required
query
string
required
top_k
integer
default:10

Response

200 - application/json

Episodes

episodes
object[]
count
integer