Get a project file execution log

get/execution

Retrieves the most recent execution log for a project file.

Request Samples

Response Samples

1Log content from file execution

Query Parameters

name
string
true

The name of the project file whose log should be retrieved.

projectId
string
true

The ID of a project in the common model repository.

Responses

StatusMeaningDescription
200OK

The request succeeded. The response body contains the execution log content. If no log exists for the specified file, the body is empty.

HeadersSchema
400Bad Request

The request was invalid.

Schema
404Not Found

The project ID or file name is not valid.

Schema