Agents
List agent messages
Lists messages in a thread with pagination. Returns messages in a simplified format with user, assistant, and tool messages.
post/agents/session/messages/list
Request body
Example request
{
"id": "agent_conversation_thread_abc123"
}Response
Messages retrieved successfully
Example response
{
"messages": [
{
"parts": [
{
"fileId": "files_abc123"
}
]
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.