List Messages

Guide to listing Messages for a Chat with the Fetch Hive API.

List chat messages

get

Retrieve messages for a specific chat

Authorizations
AuthorizationstringRequired

Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345".

Path parameters
agent_idstringRequired

Agent token

chat_idstringRequired

Chat token

Query parameters
pageintegerOptional

Page number for pagination

per_pageintegerOptional

Number of items per page

Responses
200

Successful response

application/json
get
/agents/{agent_id}/chats/{chat_id}/messages

Last updated

Was this helpful?