Tag

Executes health checks filtered by specific tags and returns targeted status information.
Enables focused monitoring of specific system components, dependencies, or functional areas.
Supports operational scenarios where only certain aspects of system health need to be validated.

This endpoint allows selective health check execution based on configured tags for targeted monitoring.
Only health checks registered with the specified tag will be executed and included in the results.
Common tag categories include 'database', 'cache', 'external-api', 'storage', and 'messaging'.
Use this endpoint for component-specific monitoring, dependency validation, and focused troubleshooting.
Results provide the same detailed information as the comprehensive endpoint but filtered to the specified scope.
Tag-based filtering enables efficient monitoring of specific system components without full system assessment.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The tag identifier used to filter health checks - case-sensitive string matching configured health check tags.

Responses
200

Tag-filtered health check completed successfully with results for matching health checks.

400

Invalid tag parameter - null, empty, or tag not found in any registered health checks.

500

Internal server error occurred during health check execution or result processing.

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!