# Get log

This endpoint retrieves logs.

Method Path Operation*
GET /log get_log

*

In order for a user to perform the "get_log" operation, the "get_log" permission must be included in the list of allowed actions in the statement of the user's role.

# Request

Parameter Type In Description
{fragment}
optional *
string query string ID that identifies the log.

*

This parameter is optional. If it is not included in the request, you are not checking whether the log returned in the response is subsequent to the previous log you retrieved.

# Response

Attribute Type Description
fragment string ID that identifies the log.
messages list of strings Log message(s). You can find a list of log messages with links to relevant resources in the Log messages section.

Was this article helpful?