JSMonitor
Get URLs with multiple responses (same URL, different jsmonId/hash)
get
/api/v2/getUrlsWithMultipleResponse
Authorizations
Query parameters
pagestringOptionalDefault:
Page number for pagination
1
sizestringOptionalDefault:
Number of records per page
25
wkspIdstringOptional
Workspace ID to filter the URLs
searchstringOptional
Filter URLs by search keyword
Responses
200
Successfully fetched URLs with multiple responses
application/json
500
Internal Server Error
get
/api/v2/getUrlsWithMultipleResponseGET /api/v2/getUrlsWithMultipleResponse HTTP/1.1
Host: api-dev.jsmon.sh
Accept: */*
{
"message": "Successfully fetched URLs with multiple responses",
"data": [
{
"url": "text",
"entries": [
{
"jsmonId": "text",
"hash": "text",
"createdAt": "2025-10-19T12:44:28.178Z",
"wordCount": 1
}
]
}
],
"pagination": {
"currentPage": 1,
"totalPages": 1,
"totalDocuments": 1,
"pageSize": 1
}
}