---
title: "Show Scim Log"
method: GET
path: "/scim_logs/{id}"
tags: ["scim_logs", "Scim Logs"]
---

# Show Scim Log

`GET /scim_logs/{id}`

Show Scim Log

## Path parameters

- `id` integer, required

## Response `200`

The ScimLogs object.

- ScimLogEntity — ScimLogEntity model
  - `id` integer — The unique ID of this SCIM request.
  - `created_at` string — The date and time when this SCIM request occurred.
  - `request_path` string — The path portion of the URL requested.
  - `request_method` string — The HTTP method used for this request.
  - `http_response_code` string — The HTTP response code returned for this request.
  - `user_agent` string — The User-Agent header sent with the request.
  - `request_json` string — The JSON payload sent with the request.
  - `response_json` string — The JSON payload returned in the response.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests

---

[API](https://skmtc.net/files/apis/files-com-api.md) · [All operations](https://skmtc.net/files/apis/files-com-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/files/files-com-api/revisions/c6d6f57e6da8/schema)
