Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 296 Bytes

File metadata and controls

16 lines (10 loc) · 296 Bytes

GetWorkflowExecutionLogsOrder

First-page sort order: 'asc' (oldest first) or 'desc'. Ignored when cursor is set.

Example Usage

from mistralai.client.models import GetWorkflowExecutionLogsOrder
value: GetWorkflowExecutionLogsOrder = "asc"

Values

  • "asc"
  • "desc"