List Messages
Guide to listing Messages for a Chat with the Fetch Hive API.
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
default
Error
application/json
get
/agents/{agent_id}/chats/{chat_id}/messagesLast updated
Was this helpful?