---
title: "Show SSO Event"
method: GET
path: "/sso_events/{id}"
tags: ["sso_events", "SSO Events"]
---

# Show SSO Event

`GET /sso_events/{id}`

Show SSO Event

## Path parameters

- `id` integer, required

## Response `200`

The SsoEvents object.

- SsoEventEntity — SsoEventEntity model
  - `id` integer — Event ID
  - `event_type` 'ldap_sync' | 'ldap_login' | 'saml_login' — Type of SSO event being recorded.
  - `status` 'success' | 'failure' | 'partial_failure' | 'in_progress' | 'skipped' — Status of event.
  - `body` string — Event body.
  - `event_errors` string[] — Event errors.
  - `created_at` string, date-time — Event create date/time.
  - `body_url` string — Link to log file.
  - `user_id` integer — User ID.
  - `username` string — Username on Files.com for the SSO login attempt.
  - `idp_uid` string — Identity Provider UID for the SSO login attempt.
  - `provider` string — SSO provider for the SSO login attempt.
  - `provider_label` string — SSO provider label for the SSO login attempt.
  - `ip` string — IP address for the SSO login attempt.
  - `region` string — Region for the SSO login attempt.

## 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)
