Skip to content

GET /projects/{project}/probes

GET /api/v1/projects/{project}/probes

Returns all probes for one project.

ParameterTypeRequiredDescription
projectstringYesProject name
Terminal window
curl -X GET http://localhost/api/v1/projects/status-page/probes \
-H "X-Uplinkr-Api-Key: replace-me-with-a-long-random-key"
{
"data": [
{
"project": "status-page",
"probe_id": "5be5db4b8f0d98f0c4b2c6f24395d5f7f8d4fe10",
"url": "https://example.com/health",
"method": "GET"
}
],
"meta": {
"count": 1
}
}
  • 200 Probes returned
  • 401 Missing or invalid API key