GET /projects
Endpoint
Section titled “Endpoint”GET /api/v1/projectsDescription
Section titled “Description”Returns all stored projects. You can optionally filter the result with the project query parameter.
Query Parameters
Section titled “Query Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
project | string | No | Exact project name filter |
Example Request
Section titled “Example Request”curl -X GET http://localhost/api/v1/projects \ -H "X-Uplinkr-Api-Key: replace-me-with-a-long-random-key"Example Response
Section titled “Example Response”{ "data": [ { "project": "status-page", "label": "Status Page", "description": "Public status page monitoring", "status": "enabled" } ], "meta": { "count": 1 }}Status Codes
Section titled “Status Codes”200Projects returned successfully401Missing or invalid API key