channel.jobs.list

Durable channel jobs (imports, pushes, batch polls, sweeps) with progress.

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

Body

No request body.

Query

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "enum": [
        "queued",
        "running",
        "done",
        "failed",
        "cancelled"
      ]
    },
    "kind": {
      "type": "string",
      "maxLength": 32
    },
    "limit": {
      "type": "integer",
      "minimum": 1,
      "maximum": 100
    }
  }
}
Generated from the live platform registries at build time — reference pages cannot go stale. Markdown variant: /reference/routes/channel.jobs.list.md