Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 2.64 KB

File metadata and controls

20 lines (15 loc) · 2.64 KB

ListDeploymentWorkersV1WorkflowsDeploymentsNameWorkersGetRequest

Example Usage

import { ListDeploymentWorkersV1WorkflowsDeploymentsNameWorkersGetRequest } from "@mistralai/mistralai/models/operations";

let value: ListDeploymentWorkersV1WorkflowsDeploymentsNameWorkersGetRequest = {
  name: "<value>",
};

Fields

Field Type Required Description
name string ✔️ N/A
workerStatus operations.WorkerStatus Filter by worker activity. active=only active, inactive=only inactive, None=no filter
limit number Maximum number of workers to return
cursor string Cursor from a previous response's next_cursor. Resend worker_status unchanged alongside it.