# JSMonitor

## GET /api/v2/getUrlsWithMultipleResponse

> Get URLs with multiple responses (same URL, different jsmonId/hash)

```json
{"openapi":"3.0.0","info":{"title":"JSMON API","version":"1.0.0"},"servers":[{"url":"https://api-dev.jsmon.sh","description":"Development Server (For internal testing)"},{"url":"https://api.jsmon.sh","description":"Production Server (Stable release)"}],"security":[{"bearerAuth":[]}],"components":{"securitySchemes":{}},"paths":{"/api/v2/getUrlsWithMultipleResponse":{"get":{"summary":"Get URLs with multiple responses (same URL, different jsmonId/hash)","tags":["JSMonitor"],"parameters":[{"in":"query","name":"page","schema":{"type":"string","default":1},"description":"Page number for pagination"},{"in":"query","name":"size","schema":{"type":"string","default":25},"description":"Number of records per page"},{"in":"query","name":"wkspId","schema":{"type":"string"},"description":"Workspace ID to filter the URLs"},{"in":"query","name":"search","schema":{"type":"string"},"description":"Filter URLs by search keyword"}],"responses":{"200":{"description":"Successfully fetched URLs with multiple responses","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"data":{"type":"array","items":{"type":"object","properties":{"url":{"type":"string"},"entries":{"type":"array","items":{"type":"object","properties":{"jsmonId":{"type":"string"},"hash":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"wordCount":{"type":"integer"}}}}}}},"pagination":{"type":"object","properties":{"currentPage":{"type":"integer"},"totalPages":{"type":"integer"},"totalDocuments":{"type":"integer"},"pageSize":{"type":"integer"}}}}}}}},"500":{"description":"Internal Server Error"}}}}}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://knowledge.jsmon.sh/api-reference/reference/jsmonitor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
