Documentation / Pending requests
GET /v1/requests
Lists the account's background requests, newest first.
| Parameter | Meaning |
|---|---|
status | pending, done or failed; omitted returns all |
limit | 1 to 100, default 20 |
cursor | next_cursor from the previous page |
Items have the same shape as GET /v1/requests/{id} without the embedded check — follow check_id to read it.