---
title: "Poll gasless job status"
method: GET
path: "/circle-gateway/v1/gasless/jobs/{id}"
tags: ["Gasless funding"]
---

# Poll gasless job status

`GET /circle-gateway/v1/gasless/jobs/{id}`

## Path parameters

- `id` string, required

## Response `200`

Job status

- object
  - `data` GaslessJob
    - `id` string
    - `status` 'PENDING' | 'PERMIT_SENT' | 'COMPLETED' | 'FAILED'
    - `permitTxHash` string, nullable
    - `transferTxHash` string, nullable
    - `intentHash` string, nullable
    - `amount` string, nullable
    - `error` string, nullable

## Other responses

- `404` — Job not found

---

[API](https://skmtc.net/eco/apis/eco-routes-api.md) · [All operations](https://skmtc.net/eco/apis/eco-routes-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eco/eco-routes-api/revisions/93b1df7599da/schema)
