📗 200 Success Response

Response Example:

{
    "records": [
        {
            "Record_ID": "1bc81ef4-969c-4b04-a8ed-e7601d0df92a",
            "User_ID": "8e6a5868-b777-42e7-a02f-f89fee535422",
            "Category": "Black people",
            "Status": "Private"
        },
        {
            "Record_ID": "8f56be4e-55b5-4c78-bd52-603e0b15f425",
            "User_ID": "8e6a5868-b777-42e7-a02f-f89fee535422",
            "Category": "safasf",
            "Status": "Private"
        }
    ]
}

❌ 404 Not Found Response

Response Example:

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="utf-8">
    <title>Error</title>
</head>

<body>
    <pre>Cannot GET /records/record/8e6a5868-b777-42e7-a02f-f89fee535422</pre>
</body>

</html>

⚠️ 500 Internal Server Error

Response Example:

{
    "records": null
}