所需权限:
service_account:read查询参数
integer
默认值:"20"
每页条数(1–100)
string
上一页返回的令牌。内容不透明 —— 请不要自行构造或解析。
string
按密钥名称做子串匹配,不区分大小写
响应
object
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl 'https://app.memorylake.ai/openapi/memorylake/admin/v1/api-keys?page_size=20' \
-H 'Authorization: Bearer sk-xxxxxx'
{
"success": true,
"message": "Operation completed successfully",
"data": {
"items": [
{
"id": "312",
"name": "ci-pipeline",
"key_prefix": "a1b2c3d4",
"status": "enabled",
"created_at": 1755000000,
"last_used_at": 1755600000
}
],
"total": 1
}
}
返回团队的 API 密钥 —— 只有元数据,永远不含密钥值
GET /openapi/memorylake/admin/v1/api-keys
service_account:readcurl 'https://app.memorylake.ai/openapi/memorylake/admin/v1/api-keys?page_size=20' \
-H 'Authorization: Bearer sk-xxxxxx'
{
"success": true,
"message": "Operation completed successfully",
"data": {
"items": [
{
"id": "312",
"name": "ci-pipeline",
"key_prefix": "a1b2c3d4",
"status": "enabled",
"created_at": 1755000000,
"last_used_at": 1755600000
}
],
"total": 1
}
}