Retrieve details of a specific chat object. This endpoint is only available for PREMIUM users.
curl --request GET \ --url https://api.urldna.io/v1/chat/{chat_id} \ --header 'Authorization: <api-key>'
{ "id": "<string>", "chat_date": "2023-11-07T05:31:56Z", "prompt": "<string>", "response": "<string>", "response_type": "MARKDOWN", "scan_id": "<string>", "status": "PENDING", "json_output": {} }
Chat object
Represents a user chat session, storing prompts, responses, and scan-related details.