Marketplace

Returns purchase details

get/storage/purchases/{id}

Path parameters

idstring required

Hexadecimal ID of a Purchase

Response

Purchase details

state'cancelled' | 'error' | 'failed' | 'finished' | 'pending' | 'started' | 'submitted' | 'unknown'

Description of the Request's state

errorstring

If Request failed, then here is presented the error message

Example response

{
  "request": {
    "content": {
      "cid": "QmYyQSo1c1Ym7orWxLYvCrM2EmxFTANf8wXmmE7DWjhx5N"
    }
  }
}

Changes