Retrieve a Chat

Guide to retrieving a Chat in the Fetch Hive API.

Get chat details

get

Retrieve details for a specific chat

Authorizations
AuthorizationstringRequired

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

Path parameters
agent_idstringRequired

Agent token

idstringRequired

Chat token

Responses
200

Successful response

application/json
get
/agents/{agent_id}/chats/{id}

Last updated

Was this helpful?