# Fetch event **GET /v1/Events/{Sid}** Debugger events ## Servers ## Parameters ### Path parameters - **Sid** (string) The SID of the Event resource to fetch. ## Responses ### 200 OK #### Body: (object) - **account_sid** (string | null) The SID of the Account that created the resource - **actor_sid** (string | null) The SID of the actor that caused the event, if available - **actor_type** (string | null) The type of actor that caused the event - **description** (string | null) A description of the event - **event_data** () A JSON string that represents an object with additional data about the event - **event_date** (string(date-time) | null) The ISO 8601 date and time in GMT when the event was recorded - **event_type** (string | null) The event's type - **links** (object(uri-map) | null) The absolute URLs of related resources - **resource_sid** (string | null) The SID of the resource that was affected - **resource_type** (string | null) The type of resource that was affected - **sid** (string | null) The unique string that identifies the resource - **source** (string | null) The originating system or interface that caused the event - **source_ip_address** (string | null) The IP address of the source - **url** (null | string(uri)) The absolute URL of the resource that was affected [Powered by Bump.sh](https://bump.sh)