List Jobs
Job Management
List Jobs
List and filter jobs for your organization.
Returns a paginated list of molecular simulation jobs with comprehensive filtering options. Use this endpoint to track job progress, retrieve results, and manage your computational workloads.
Common Use Cases:
- Monitor job status and progress
- Filter jobs by algorithm type or batch
- Paginate through large job lists
- Find specific jobs by name or user
Job Statuses:
QUEUED: Job accepted and waiting for resourcesRUNNING: Job currently executingCOMPLETED: Job finished successfullyFAILED: Job encountered an error
Response includes:
- Job metadata and current status
- Algorithm type and version
- Execution timestamps and metrics
- Pagination information for large result sets
GET
List Jobs
Query Parameters
Filter by specific job name
Maximum number of jobs to return
Required range:
1 <= x <= 100Pagination cursor for next page
Filter by batch ID
Return all jobs in organization
Include subjob details
Filter by user email
Filter by algorithm type (e.g., 'boltz', 'rfdiffusion')
Response
Successful Response