GET /projects/{project}/probes
Endpoint
Section titled “Endpoint”GET /api/v1/projects/{project}/probesDescription
Section titled “Description”Returns all probes for one project.
Path Parameters
Section titled “Path Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
project | string | Yes | Project name |
Example Request
Section titled “Example Request”curl -X GET http://localhost/api/v1/projects/status-page/probes \ -H "X-Uplinkr-Api-Key: replace-me-with-a-long-random-key"Example Response
Section titled “Example Response”{ "data": [ { "project": "status-page", "probe_id": "5be5db4b8f0d98f0c4b2c6f24395d5f7f8d4fe10", "url": "https://example.com/health", "method": "GET" } ], "meta": { "count": 1 }}Status Codes
Section titled “Status Codes”200Probes returned401Missing or invalid API key