Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

查看消息列表API , 指定 chat_id 时, 为什么返回的结果中没有用户问题?

Open
#115 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
30/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
java
Domain
api

Research direction

Start by reproducing the POST request against the conversation message list API with the supplied conversation_id and chat_id. Compare the returned messages with the expected user question and determine whether this is documented API behavior or a defect; done means the behavior is explained or an actionable change is identified.

Written by the indexing model from the issue text.

Description

查看消息列表 API

curl -X POST 'https://api.coze.cn/v1/conversation/message/list?conversation_id=75xxxx&' \
-H "Authorization: Bearer czs_xxx" \
-H "Content-Type: application/json" \
-d '{
  "chat_id": "75xxxxx"
}'

为什么返回的消息列表, 只有智能体的回复消息, 没有用户发送的问题消息?
Image

Dominant language
Java
Stars
214
Forks
97
PR merge metrics
No merged PRs in 30d

Getting set up

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from coze-dev/coze-java

All issues in coze-dev/coze-java

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.