VOOZH about

URL: https://doc.302.ai/295152473e0

⇱ Get User Recent Events - 302.AI API文档


Get User Recent Events

已废弃
海外环境
https://api.302.ai
海外环境
https://api.302.ai
GET
https://api.302.ai
/memobase/api/v1/users/event/{user_id}
在Memobase系统中,提取对应的用户事件
完整文档请看:https://docs.memobase.io/api-reference/profiles/profile
价格:限时免费

请求参数

Path 参数
Header 参数
Body 参数application/json
示例
{}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.302.ai/memobase/api/v1/users/event/' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data '{}'

返回响应

🟢200List models
application/json
Bodyapplication/json
示例
{
 "data": {
 "profiles": [
 {
 "id": "<string>",
 "content": "<string>",
 "created_at": "2023-11-07T05:31:56Z",
 "updated_at": "2023-11-07T05:31:56Z",
 "attributes": {}
 }
 ]
 },
 "errno": 0,
 "errmsg": ""
}
修改于 2026-05-19 07:43:06