# Logs **GET /application/logs** Get a list of the last N log entries, this will ignore the header of the file. The endpoint is limited by the log level set in NINA ## Servers - V2 api server: http://localhost:1888/v2/api (V2 api server) ## Parameters ### Query parameters - **lineCount** (integer(int32)) Return the last N lines of the log file, with N being the lineCount - **level** (string) Filter the log entries by level. This uses the provided level as a minimum level, so level INFO will return INFO, WARNING and ERROR entries ## Responses ### 200 Successful response #### Body: application/json (object) - **Response** (array[object]) - **Error** (string) - **StatusCode** (integer) - **Success** (boolean) - **Type** (string) ### 500 Internal server error, Unknown error #### Body: application/json (object) - **Response** (string) - **Error** (string) - **StatusCode** (integer) - **Success** (boolean) - **Type** (string) [Powered by Bump.sh](https://bump.sh)