curl https://api.poixe.com/v1/recoveries \
-H "Authorization: Bearer $POIXE_API_KEY" \
-H "Content-Type: application/json"
{
"count": 2,
"items": [
{
"request_id": "2026012915290514121203",
"created_at": 1769671758,
"interrupted_reason": "context canceled",
"request_body_hash": "6ded87ad1c72779a"
},
{
"request_id": "2026012914435849129949",
"created_at": 1769669044,
"interrupted_reason": "context canceled",
"request_body_hash": "3ab1c85dfe0b00ed"
}
]
}
GET
https://api.poixe.com/v1/recoveries
列出当前用户的所有暂存记录。该接口只返回包含 request_id 在内的关键信息,不返回暂存的 响应体。
可以在获取到 request_id 后,使用 获取详情 接口获取完整的暂存内容。
鉴权与请求头
所有 API 请求都必须在 HTTP Header 中包含您的 API 密钥。
Bearer Token。格式为 Bearer YOUR_API_KEY。
响应结构
暂存记录列表。
请求 ID,Poixe AI 系统内部使用的唯一标识