> For the complete documentation index, see [llms.txt](https://1nodeio.gitbook.io/1node/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://1nodeio.gitbook.io/1node/1node-api/endpoints/verify-akash-job.md).

# Verify Akash Job

**CLI:** 1node verify-akash --lease \<id> \[--expected \<hash>]

**API:**

POST /v1/verify/akash

**Body (JSON):**

{ "leaseId":"akash1xyz...","expectedHash":"..." }

**Response (200):**

{ "actualHash":"...","match":true }
