List Shareworks equity exercises
Retrieves ingested Shareworks equity exercise records for an organization, in ascending exercise_date order. Requires the equities.view permission at the organization level.
Token scopes: equities:read
Authentication
Query parameters
Opaque pagination cursor returned as next_cursor by a previous response. Omit to fetch the first page.
Only return exercises with an exercise_date on or after this date (inclusive), in YYYY-MM-DD format.
Only return exercises with an exercise_date on or before this date (inclusive), in YYYY-MM-DD format.
Response
Page of exercise records. Worker name fields are deliberately not included — employee_number is the intended join key, and first/last name are SENSITIVE PII not needed by downstream consumers of this endpoint.
Cursor for the next page. Null when has_more is false.