> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mobula.io/llms.txt
> Use this file to discover all available pages before exploring further.

# BucketKey

> Compound key used to group webhooks for batched delivery.

### TypeScript shape

```ts theme={null}
interface BucketKey {
  bucketId: string;
  bucketSortKey: string;
}
```

<ResponseField name="bucketId" type="String!">Bucket identifier.</ResponseField>
<ResponseField name="bucketSortKey" type="String!">Sort key within the bucket.</ResponseField>
