Debugger
Required feature: **settings/cdp_entities**
Section:
Group Debugger. Base URL:https://instance_name.meiro.io/api/.
Errors [/debugger/errors{?type,since,until,search,limit,cursor}]
Load debugger errors [GET]
Required feature: settings/cdp_entities
-
Parameters
- type (string, optional) - Type of error to filter by
- since (datetime, optional) - Start date in ISO8601 format
- until (datetime, optional) - Start date in ISO8601 format
- search (string, optional) - Search text for errors' message and context
- limit (number, optional) - Limit of the number of records returned
- cursor (string, optional) - Cursor to fetch next page of errors (id of the last error before the current page)
-
Request (application/json)
-
Headers
X-Access-Token: 1234567890abcdef
-
-
Response 200 (application/json)
- Attributes (FilteredErrors)
-
Response 404 (application/json)
{
"message": "Cursor error '48faecf2-4bba-48af-95a3-ebc45d138702' does not exist""
}Metrics [/debugger/metrics]
Load debugger metrics [GET]
Required feature: settings/cdp_entities
-
Request (application/json)
-
Headers
X-Access-Token: 1234567890abcdef
-
-
Response 200 (application/json)
- Attributes (Metrics)