Services_getLogs

Get logs for pipelines.

SecuritybearerAuth
Request
query Parameters
verbose
required
string
Request Body schema: application/json
serviceId
string
follow
boolean
size
number <double>
checkpoint
string
direction
string
Enum: "asc" "desc"
start
string <date-time>
end
string <date-time>
executionId
object
functionName
string
replicaId
string
text
object
logLevel
string
Enum: "CRITICAL" "ERROR" "WARNING" "INFO" "DEBUG"
pipelineId
string
nodeId
string
pipelineExecutionId
string
system
boolean
projectId
string
modelId
string
modelOperation
string
includeServiceLevel
boolean
Responses
200

Ok

post/services/logs
Request samples
application/json
{
  • "serviceId": "string",
  • "follow": true,
  • "size": 0,
  • "checkpoint": "string",
  • "direction": "asc",
  • "start": "2019-08-24T14:15:22Z",
  • "end": "2019-08-24T14:15:22Z",
  • "executionId": { },
  • "functionName": "string",
  • "replicaId": "string",
  • "text": { },
  • "logLevel": "CRITICAL",
  • "pipelineId": "string",
  • "nodeId": "string",
  • "pipelineExecutionId": "string",
  • "system": true,
  • "projectId": "string",
  • "modelId": "string",
  • "modelOperation": "string",
  • "includeServiceLevel": true
}
Response samples
application/json
{
  • "logs": [
    ],
  • "stop": true,
  • "checkpoint": "string"
}