import { StreamDeploymentLogsRequest } from "@mistralai/mistralai/models/operations";
let value: StreamDeploymentLogsRequest = {
name: "<value>",
};| Field | Type | Required | Description |
|---|---|---|---|
name |
string | ✔️ | N/A |
workerName |
string | ➖ | Filter logs by worker name |
workflowName |
string | ➖ | Filter logs by workflow name |
after |
Date | ➖ | Start a fresh stream at this timestamp (ignored when resuming via last_event_id) |
lastEventId |
string | ➖ | Resume from this cursor (a prior response's SSE id) |