---
title: "Get all events"
method: GET
path: "/v1/events"
tags: ["Events"]
---

# Get all events

`GET /v1/events`

Fetch all events, going back up to 30 days, that your partner application has the required scopes for. Note that a partner does NOT have to have verified webhook subscriptions in order to utilize this endpoint.

📘 System Access Authentication

This endpoint uses the [Bearer Auth scheme with the system-level access token in the HTTP Authorization header](https://docs.gusto.com/embedded-payroll/docs/system-access)

scope: `events:read`

## Query parameters

- `starting_after_uuid` string
- `resource_uuid` string
- `limit` string
- `event_type` string
- `sort_order` 'asc' | 'desc'

## Headers

- `X-Gusto-API-Version` '2026-06-15'

## Response `200`

Successful

- Event[] — A list of events
  - `uuid` string, required — Unique identifier for the event.
  - `event_type` string — Description of the event (e.g., payroll.submitted, or company.form.signed).
  - `resource_type` 'Company' — Name of the parent resource of the described entity.
  - `resource_uuid` string — Unique identifier for the parent resource.
  - `entity_type` string — Name of the entity that the event corresponds to.
  - `entity_uuid` string — Unique identifier for the entity.
  - `timestamp` integer — Time at which this event was created. Measured in seconds since the Unix epoch.

## Other responses

- `422` — Unprocessable Entity This may happen when the body of your request contains errors such as `invalid_attribute_value`, or the request fails due to an `invalid_operation`. See the [Errors Categories](https://docs.gusto.com/embedded-payroll/docs/error-categories) guide for more details.

---

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