background_logs ()
Function prototype | background_logs ($session, [max], [from]) |
---|---|
API Version | 2.7.29 and higher |
SOAP, REST |
Description
Retrieves the logs generated by the execution of the background processes
The background processes executed by the SYSTEM DAEMON: AUTOMATED PROCESSES generate logs that can be tracked by this function. The size logs stored have a maximum size defined by a configuration parameter (see WEB SERVICES CONFIGURATION )
Required permissions: The active user must be super-administrator. Otherwise an INSUFFICIENT_PRIVILEGES error will be returned.
Input parameters: |
|
Output parameters: |
|
Request example
background_logs(“LCAAAAAAAAAAAA”)
Response
The response format is XML when the function has been invoked via the SOAP API, and JSON when it has been invoked via the REST API
Return Error codes
ERROR CODE |
|
---|---|
INVALID_TOKEN | The session token provided is not valid |
INSUFFICIENT_PRIVILEGES | The session user does not have the necessary privileges to request this action |