Skip to main content

api_v1_job_job_id_get()

Get current task status:

Polling for Completion

Wait for task completion with polling:
Usage:

Complete Example with Error Handling


Error Handling

HTTP Error Handling: The Rust SDK returns Result types. Handle errors using pattern matching:
Common HTTP Status Codes: Retry Logic with Exponential Backoff:

Concurrent Operations with Tokio

For processing multiple tasks concurrently:

Progress Callbacks


Learn More