Skip to main content

Returns a logs of the pod in the namespaceClaim of the cluster

GET 

/api/v2/workspaces/:workspace/resources/clusters/:cluster/namespaces/:namespace/pods/:pod/logs

Returns a logs of the pod in the namespaceClaim of the cluster

Request

Path Parameters

    workspace stringrequired

    Workspace to use

    cluster stringrequired

    Cluster name

    namespace stringrequired

    Namespace name

    pod stringrequired

    Pod name

Query Parameters

    tail string

    Log lines to tail

Responses

Logs of the pod

Schema

    string

Loading...