Search
Global search across all resources.
Endpoint
| Method | Path | Description |
|---|---|---|
GET | /api/v1/search?q=term | Search applications, databases, servers, and projects |
Example
curl "https://plane.lnchr.cloud/<tenant>/api/v1/search?q=my-app" \
-H "x-lnchr-key: <key>"Results include matching resources across all types with their IDs, names, and resource type identifiers.
Last updated on