# WebhookEventListSchema

## Definitions

### odata.nextLink
- **Type**: string (Optional)  
  URL if the page length and number of items match.

### supplemental
- **Type**: object ([ListResponseSupplementalSchema](https://docs.mediakind.com/api-reference/management-api/schemas/listresponsesupplementalschema)) (Required)  
  Supplemental info

### count
- **Type**: integer (Required)  
  Number of items returned

### kind
- **Type**: string (Required)  
  Type of items in the list

### operation
- **Type**: string (Required)  
  Operation type. Should always say 'list'

### pagination
- **Type**: object ([PaginationInfoSchema](https://docs.mediakind.com/api-reference/management-api/schemas/paginationinfoschema)) (Required)  
  Pagination info

#### Pagination Properties
- **end**: integer (Required)  
  Position of the last item in the list  
- **records**: integer (Required)  
  Total number of items returned in the list  
- **start**: integer (Required)  
  Position of the first item in the list  
- **total**: integer (Required)  
  Total number of items in the project

### subscription
- **Type**: object ([ProjectInfoSchema](https://docs.mediakind.com/api-reference/management-api/schemas/projectinfoschema)) (Optional)  
  Project info

#### Project Properties
- **id**: string (Required)  
  Project ID  
- **name**: string (Required)  
  Project name

### value
- **Type**: list of objects ([WebhookEventBriefSchema](https://docs.mediakind.com/api-reference/management-api/schemas/webhookeventbriefschema)) (Required)  
  A list of Events for a Webhook rule.

#### Event Properties
- **created**: string (Required, format: date-time)  
  Time the Event was created.  
- **source**: string (Required)  
  Path to the resource that triggered the Event.  
- **status**: enum (Required)  
  Event send status.
  - Allowed values: Pending, Retrying, Failed, Sent
- **type**: enum (Required)  
  The type of the Event.
  - Allowed values: MediaKind.JobStarted, MediaKind.JobFinished, MediaKind.StreamingLocatorCreated, MediaKind.ChannelInstanceStarted, MediaKind.ChannelInstanceStopped, MediaKind.ChannelInstanceError, MediaKind.ScheduledOperationAccepted, MediaKind.ScheduledOperationCompleted, MediaKind.ScheduledOperationError, MediaKind.ScheduledOperationOngoing
