Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Prerequisites

  • Read access to the requested assets requested

Request

Appsplus panel macro confluence macro
data{"features":["rounded"],"title":"","titleColor":"#FFFFFF","titleColorBG":"#0052CC","titleSize":16,"titleBold":false,"titleItalic":false,"titleUnderline":false,"link":"","linkIcon":false,"linkTab":false,"lozenge":"Hot stuff","lozengeColor":"#172B4D","lozengeColorBG":"#fff0b3","height":200,"panelPadding":12,"panelColor":"#172B4D","panelColorBG":"#dedede","borderColor":"#4C9AFF","borderRadius":3,"borderStyle":"solid","borderWidth":1,"icon":"editor/info","iconPrimary":"#FFFFFF","iconSecondary":"#0052CC","newMacro":false}

GET https://{pod_path}/api/1/rest/public/log/{org}?{query_parameters}

...

Key

Type

Description

ruuid

string

Required. Returns log information about the task with the specified runtime ID.

log_level

string

Returns log information at the specified level of detail.

Valid values:

  • error – Returns only error logs only.

  • warn – Returns both warning logs and error logs.

  • info – Returns all logged information, including warning logs and error logs.

Default: info

limit

integer

Returns no more than the specified number of results. You can use limit and offset for pagination.

Valid values: 1 to through 100,000

Default: 100

Request Header

...