Methods:Documentation Index
Fetch the complete documentation index at: https://docs.ai-stats.phaseo.app/llms.txt
Use this file to discover all available pages before exploring further.
client.CreateBatch(...), client.RetrieveBatch(...), client.CancelBatch(...), client.GetAsyncJobWebSocketURL(...), client.GetBatchWebSocketURL(...), client.AsyncJobs.WebSocketURL(...).
request_id, provider, echoed session_id / webhook, and terminal billing / pricing_lines when available.
Use client.GetBatchWebSocketURL(...) when you want to subscribe to the documented /v1/async/batch/{id}/ws lifecycle stream instead of polling only.
Use client.AsyncJobs.WebSocketURL("batch", batchID, options) when you want the generic async-jobs resource helper.
Use client.GetAsyncJobWebSocketURL("batch", batchID, options) when you want the same generic helper without going through the resource object.