Tail
List Tails
client.workers.scripts.tail.get(stringscriptName, TailGetParams { account_id } params?, RequestOptionsoptions?): TailGetResponse { id, expires_at, url }
GET/accounts/{account_id}/workers/scripts/{script_name}/tails
Start Tail
client.workers.scripts.tail.create(stringscriptName, TailCreateParams { account_id, body } params, RequestOptionsoptions?): TailCreateResponse { id, expires_at, url }
POST/accounts/{account_id}/workers/scripts/{script_name}/tails
Delete Tail
client.workers.scripts.tail.delete(stringscriptName, stringid, TailDeleteParams { account_id } params?, RequestOptionsoptions?): TailDeleteResponse { errors, messages, success }
DELETE/accounts/{account_id}/workers/scripts/{script_name}/tails/{id}