Overview
TheListExecutionContextsOptions struct provides parameters for filtering and paginating execution context list requests.
Definition
Fields
The page number to retrieve. Defaults to 1 if not specified.
Number of execution contexts to return per page. Defaults to 20 if not specified. Maximum is typically 100.
Filter execution contexts by specific agent ID.
Filter execution contexts by specific workflow ID.
Usage Example
Default Values
page: 1per_page: 20agent_id: None (no filtering)workflow_id: None (no filtering)
Related Types
- ExecutionContextListResponse - Response type returned
See Also
- fetch_execution_contexts - API method that uses this type
