Access an automation log file

This call returns the file ID of the automation log file. You can then use another API call to retrieve the URL for downloading the file. For automation runs that are still active, multiple file IDs are returned, one for each 2 minute interval.

The before query parameter is used to specify the timestamp which will be used as a reference for generating the log file. The response will include IDs for all files generated prior to the specified time.

To be able to access the log file of an automation the minimum required permissions are COPY and READ.

Path Params
string
required

The ID of the automation run you are querying.

Query Params
int32

Specify the timestamp (seconds since Jan 01 1970. (UTC)), e.g. "1578581194". The response will include all IDs of files created prior to the specified time.

Headers
string
required
Defaults to For security reasons, token will not be automatically populated in the generated code sample. Please replace `<your-token-here>` with your token before executing this call.

Your Seven Bridges Platform authentication token.

string
required
Defaults to application/json
string
required
Defaults to advance
Response

Language
Request
Response
Choose an example:
application/json