Skip to content
Get started

API Reference

Libraries

npm install git+ssh://[email protected]:stainless-sdks/handinger-typescript.git
pip install git+ssh://[email protected]/stainless-sdks/handinger-python.git
go get -u 'github.com/stainless-sdks/[email protected]'
 

API Overview

Workers

Create a worker
POST/api/workers
Retrieve a worker
GET/api/workers/{workerId}
Continue a worker
POST/api/workers/{workerId}
Stream worker updates
GET/api/workers/{workerId}/stream
Retrieve a worker email address
GET/api/workers/{workerId}/email
Retrieve a worker file
GET/api/workers/{workerId}/files/{filePath}

WorkersSchedules

Manage future and recurring worker tasks.

List worker schedules
GET/api/workers/{workerId}/schedules
Create a worker schedule
POST/api/workers/{workerId}/schedules
Cancel a worker schedule
DELETE/api/workers/{workerId}/schedules/{scheduleId}