GET
/
chats
curl --request GET \
  --url https://api.urldna.io/chats \
  --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": {}
  }
]

Authorizations

Authorization
string
header
required

Response

200
application/json

List of Chat objects

The response is of type object[].