API Reference
Complete API reference for the Container API.
This is the API reference for the Container API. Each endpoint is documented with its parameters, request body, and response schemas.
Endpoints by Category
Activity
Save Event Logs
POST /activity/event-logs
Add Log
POST /activity/logs/{level}
Add Notification
POST /activity/notifications/{level}
Buckets (Persistent Storage)
Reading Input Data
Fetch Next Item
GET /input/{type}/next
Fetch Next Batch
GET /input/{type}/next_batch
Stream from Input
GET /stream/input/{type}
Reset Cursor
GET /input/{type}/restart
Row Count
GET /items/{type}/count
Show Headers
GET /items/{type}/headers
Column Order
GET /exports/columns-order
Writing Output Data
Write to Output
POST /output/{type}
Stream to Output
POST /stream/output/{type}
Close Output File
POST /output/{type}/close
File Storage & Transport
Run Storage
List Unspecified Files
GET /run-storage/unspecified
Stream Unspecified File
GET /run-storage/unspecified/{filename}
Upload Unspecified File
PUT /run-storage/unspecified/{filename}
Stream API
Read Input-Stream Offsets
GET /stream-api/input-stream/offsets
Commit Input-Stream Offsets
PATCH /stream-api/input-stream/offsets
Read Input-Stream Items
GET /stream-api/input-stream/items
Write "create" Items
POST /stream-api/output-stream/items
Write "replace" Items
PUT /stream-api/output-stream/items
Write "update" Items
PATCH /stream-api/output-stream/items
Write "delete" Items
DELETE /stream-api/output-stream/items
Process Management
Show Process
GET /processes/{uuid}
Show Pending Processes
GET /processes/pending
Log All Processes
POST /processes/log
Category Specific Attributes
Async Feedback
Misc
How is this guide?