channel.listings.list

Marketplace listings of this channel with status, effective price, pushed vs live stock, drift and last error.

Machine-readable body schema: /schemas/routes/channel.listings.list.json.

Body

No request body.

Query

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "limit": {
      "type": "integer",
      "minimum": 1,
      "maximum": 100
    },
    "cursor": {
      "type": "string",
      "maxLength": 200
    },
    "status": {
      "type": "string",
      "enum": [
        "draft",
        "pending",
        "approved",
        "rejected",
        "locked",
        "archived",
        "orphaned"
      ]
    },
    "enabled": {
      "type": "string",
      "enum": [
        "0",
        "1"
      ]
    },
    "q": {
      "type": "string",
      "maxLength": 120
    },
    "drift": {
      "type": "string",
      "enum": [
        "1"
      ]
    },
    "error": {
      "type": "string",
      "enum": [
        "1"
      ]
    },
    "dirty": {
      "type": "string",
      "enum": [
        "1"
      ]
    }
  }
}
Generated from the live platform registries at build time — reference pages cannot go stale. Markdown variant: /reference/routes/channel.listings.list.md