---
title: "Get Event Extra Attributes"
method: GET
path: "/network-troubleshooting/v1/event-extra-attributes"
tags: ["Events"]
---

# Get Event Extra Attributes

`GET /network-troubleshooting/v1/event-extra-attributes`

This API endpoint retrieves extra attributes of the event. The response includes event attributes as key-value pairs.

## Query parameters

- `event-identifier` string, required
- `site-id` string, required
- `time-at` string, date-time, required — Date-time in RFC 3339 format (ISO 8601) in UTC timezone with milliseconds.

## Response `200`

Response schema for event details

- EventDetails — Detailed information about a specific network event.
  - `eventExtraAttributes` KeyValuePair[], required — Additional event attributes as key-value pairs.
    - `label` string, required — Label or key for the attribute.
    - `value` string, required — Value of the attribute.

## Other responses

- `400` — Invalid input received.
- `401` — Unauthorized. Authentication credentials are required or invalid.
- `403` — Forbidden: Access is denied.
- `404` — Not Found error.
- `429` — Too Many Requests. The user has sent too many requests in a given amount of time.
- `500` — Internal Server Error. An unexpected error occurred on the server.

---

[API](https://skmtc.net/arubanetworks/apis/authorization.md) · [All operations](https://skmtc.net/arubanetworks/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arubanetworks/authorization/revisions/74c95058b11f/schema)
