/
/grlx CLI API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 1mo ago
audit2
  • getList available audit log dates
  • getQuery audit log
auth5
  • getCurrent user identity
  • getExplain current user permissions
  • getList all users
  • postAdd a user
  • deleteRemove a user
cmd1
  • postRun ad-hoc command on sprouts
cohorts5
  • getList all cohorts
  • postResolve cohort membership
  • getGet cohort details
  • postRefresh cohort membership cache
  • getValidate cohort references
cook1
  • postStart a cook operation
health1
  • getHealth check
jobs4
  • getList all jobs
  • getGet job details
  • deleteCancel a job
  • getList jobs for a sprout
keys6
  • getList all sprout keys
  • deleteDelete a sprout key
  • postAccept a sprout key
  • postReject a sprout key
  • postDeny a sprout key
  • postUnaccept a sprout key
logs2
  • getGet recent log entries
  • getStream log entries via WebSocket
meta1
  • getOpenAPI specification
props4
  • getGet all props for a sprout
  • getGet a specific prop value
  • putSet a prop value
  • deleteDelete a prop
recipes2
  • getList all recipes
  • getGet a recipe by path
sprouts2
  • getList all sprouts
  • getGet sprout details
test1
  • postPing sprouts
version1
  • getCLI and farmer version info
    health

    Health check

    Returns a simple health status indicating the CLI serve process is running.

    get/api/v1/health

    Response

    Healthy

    status'ok' required

    Example response

    {
      "status": "ok"
    }

    Changes