# Get a Log **GET /logs/{log_id}** Retrieve an existing Log record ## Servers - https://api.arta.io: https://api.arta.io () ## Parameters ### Headers - **Authorization** (string) Authorize your API calls with an Arta API token ### Path parameters - **log_id** (integer) log_id parameter ## Responses ### 200 Successful Log response #### Headers - **content-type** (string) - **x-arta-request-id** (string) A unique identifier for the Arta API call #### Body: application/json (object) - **api_key_id** (integer(int64)) - **arta_version** (string) - **created_at** (string) - **end_at** (string) - **id** (integer(int64)) - **method** (string) - **path** (string) - **query_params** (string) - **request_body** (string) - **request_id** (string) - **response_body** (string) - **start_at** (string) - **status** (integer(int64)) - **updated_at** (string) ### 404 Not Found #### Headers - **content-type** (string) - **x-arta-request-id** (string) A unique identifier for the Arta API call #### Body: application/json (object) - **errors** (object) [Powered by Bump.sh](https://bump.sh)