Skip to main content
DocumentationStreams

API reference

Streams API

Create streams, claim deliveries, acknowledge work, and inspect quarantine records.

Arc Runtime 3.xUpdated Jul 18, 2026

Claim deliveries

http
POST /v3/streams/northline-fulfillment/claims HTTP/1.1
Content-Type: application/json

{
  "limit": 20,
  "leaseSeconds": 30
}

Acknowledge a delivery

http
POST /v3/deliveries/dlv_8J4C/settle HTTP/1.1
Content-Type: application/json

{
  "result": "completed"
}

Lease expiry

On this page
  1. Claim deliveries
  2. Acknowledge a delivery
  3. Lease expiry