lando
Installation
SKILL.md
Lando
Check the status of Mozilla Lando landing jobs using the public API.
Usage
# Check landing job status
curl -s "https://lando.services.mozilla.com/api/v1/landing_jobs/<JOB_ID>" | jq
# Example
curl -s "https://lando.services.mozilla.com/api/v1/landing_jobs/173397" | jq
# Check only the status field
curl -s "https://lando.services.mozilla.com/api/v1/landing_jobs/173397" | jq -r '.status'