Documentation / API reference / RPC Live
Live: Get Pallet Events By ID
Last reviewed 2026-09-18
Returns metadata for one event definition identified by its pallet and event ID. Use the indexed chain event endpoint to retrieve emitted events.
Try it
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
pallet_id | path | string | Yes | |
id | path | string | Yes |
Responses
200 — Response
| Field | Type | Required |
|---|---|---|
errorItem | string, nullable | |
metadata | string, nullable | |
pallet | string | Yes |
palletIndex | string | Yes |
Example response
json
{}Every request needs an Authorization header holding your API key — see Getting started with the Taostats API.