Get grant history
Retrieve the complete audit trail for a specific grant. Returns a paginated timeline of all lifecycle events — creation, extensions, revocations, and expirations — with timestamps and actors.
Each history entry includes:
- `event_type` — one of `GRANTED`, `EXTENDED`, `REVOKED`, or `EXPIRED`
- `event_at` — when the event occurred (ISO 8601)
- `event_by` — who or what triggered the event
**Pagination:** Supports `page`, `per_page`, and `sort_order` (CREATED_AT_ASC or CREATED_AT_DESC). Default sort is newest first.
Authentication
X-Api-Keystring
API Key authentication via header
Path parameters
grant_id
The unique identifier of the grant
Headers
X-Workspace-Id
Query parameters
page
per_page
sort_order
Sort order for grant history results
Allowed values:
Response
Successful response

