Marketplace

Returns purchase details

get/storage/purchases/{id}

Path parameters

idstring required

Hexadecimal ID of a Purchase

Response

Purchase details

state'cancelled' | 'errored' | 'failed' | 'finished' | 'pending' | 'started' | 'submitted' | 'unknown' required

Description of the Request's state

errorstring nullable

If Request failed, then here is presented the error message

requestIdstring required

32bits identifier encoded in hex-decimal string.

Example response

{
  "request": {
    "content": {
      "cid": "QmYyQSo1c1Ym7orWxLYvCrM2EmxFTANf8wXmmE7DWjhx5N"
    }
  },
  "requestId": "0x..."
}

Changes