Get Workflow Manager Server logs
Gets Workflow Manager Server logs using query parameters. The adminAdvanced or adminBasic privilege is required. The format of logs to be displayed is defined by paginationStart and paginationCount.
Query parameters
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
| |
|
|
Path parameters
Name | Type | Required |
---|---|---|
|
| |
|
|
Examples
Request
# You can also use wget
curl -X GET /{orgId}/admin/{itemId}/logs \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {access-token}'
Response
200 Response
{
"logs": [
{
"logLevel": "WARN",
"message": "string",
"jobId": "string",
"stepId": "string",
"createdDate": "2019-08-24T14:15:22Z",
"createdUser": "string"
}
]
}
Status | Meaning | Description | Schema |
---|---|---|---|
| success | ||
| error |