Skip to main content
GET
/
api
/
Memory
/
export
Filter the memories by user or project or team and export them
curl --request GET \
  --url https://app.recallio.ai/api/Memory/export \
  --header 'Authorization: <api-key>'
{
  "error": "\"Invalid scope type. Must be 'user', 'project', or 'team'.\""
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Query Parameters

Type
string
required

Memory type: 'fact', 'summary', 'raw'

Example:

"fact"

Format
string
required

Format : 'json' or 'csv'

Example:

"json"

UserId
string
ProjectId
string
StartDate
string<date-time>
EndDate
string<date-time>

Response

OK