Job Methods
Job methods allow you to execute scrapes, check status, and retrieve results. See the MeterClient reference for complete method signatures.Quick reference
| Method | Description |
|---|---|
create_job() | Create a new scrape job |
get_job() | Get job status and results |
wait_for_job() | Wait for job completion with polling |
list_jobs() | List jobs with filtering |
compare_jobs() | Compare two jobs for changes |
get_strategy_history() | Get timeline of jobs for a strategy |
Common workflows
Create and wait
Poll manually
Compare for changes
Monitor failures
See also
Full Method Reference
Complete parameter and return type documentation
Jobs Concept
Understand job lifecycle and status
REST API
Job endpoints in the REST API
Change Detection
Learn about job comparison