Returns process snapshots filtered by optional ref, state, and status query parameters. The status filter accepts success, failed, timeout, canceled, or null.
Documentation Index
Fetch the complete documentation index at: https://modelcontrolinterface.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Optional reference string used to filter processes.
Current lifecycle state of a process.
idle, queued, running, terminating Filter processes by terminal status; use null to include non-terminal processes.
failed, success, timeout, canceled, null Matching processes.
Collection wrapper for process listings.
Processes matching the provided query filters.