# sendings_events_history - show sending events 

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /v1/reporting/query:
    post:
      summary: 'sendings_events_history - show sending events '
      deprecated: false
      description: ''
      tags:
        - API Reference/Reporting API/Reports/Sendings/Examples
      parameters:
        - name: Content-Type
          in: header
          description: '[Details](doc-341635)'
          required: true
          example: application/json
          schema:
            type: string
            default: application/json
            const: application/json
        - name: X-User-Agent
          in: header
          description: Arbitrary identifier of your client. [Details](doc-341635)
          required: true
          example: '{{X_USER_AGENT}}'
          schema:
            type: string
            default: '{{X_USER_AGENT}}'
        - name: X-Product-Name
          in: header
          description: API Product for API context. [Details](doc-341635)
          required: true
          example: '{{PRODUCT_NAME}}'
          schema:
            type: string
            default: '{{PRODUCT_NAME}}'
        - name: X-Customer
          in: header
          description: Customer for API context.  [Details](doc-342139)
          required: false
          example: '{{CUSTOMER_ID}}'
          schema:
            type: string
            default: '{{CUSTOMER_ID}}'
        - name: Authorization
          in: header
          description: '[Member](doc-342129) or [User](doc-342130) Authorization.'
          required: false
          example: Bearer {{_OAUTH_TOKEN}}
          schema:
            type: string
            default: Bearer {{_OAUTH_TOKEN}}
        - name: X-Client-Authorization
          in: header
          description: '[Token](doc-342128) Authorization.'
          example: '{{API_TOKEN}}'
          schema:
            type: string
            default: '{{API_TOKEN}}'
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                report:
                  type: string
                filter:
                  type: string
                aggregate_by:
                  type: string
                page_info:
                  type: string
                limit:
                  type: string
              required:
                - report
              x-apidog-orders:
                - report
                - filter
                - aggregate_by
                - page_info
                - limit
            example:
              report: sendings_events_history
              interval: 1h
              filter:
                type: in
                field: sending_id
                value:
                  - 40689
              from: '2025-08-06T00:00:00.000000Z'
              to: '2025-08-08T09:00:31.423979Z'
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  interval:
                    type: string
                  range_timezone:
                    type: string
                  time_buckets:
                    type: array
                    items:
                      type: string
                  series:
                    type: array
                    items:
                      type: object
                      properties:
                        label:
                          type: object
                          properties:
                            event_type:
                              type: string
                          required:
                            - event_type
                          x-apidog-orders:
                            - event_type
                        values:
                          type: array
                          items:
                            oneOf:
                              - type: 'null'
                              - type: integer
                      required:
                        - label
                        - values
                      x-apidog-orders:
                        - label
                        - values
                  data_points:
                    type: integer
                  result_type:
                    type: string
                required:
                  - interval
                  - range_timezone
                  - time_buckets
                  - series
                  - data_points
                  - result_type
                x-apidog-orders:
                  - interval
                  - range_timezone
                  - time_buckets
                  - series
                  - data_points
                  - result_type
              example:
                interval: 1h
                range_timezone: Europe/Oslo
                time_buckets:
                  - '2025-08-06T02:00:00.000+02:00'
                  - '2025-08-06T03:00:00.000+02:00'
                  - '2025-08-06T04:00:00.000+02:00'
                  - '2025-08-06T05:00:00.000+02:00'
                  - '2025-08-06T06:00:00.000+02:00'
                  - '2025-08-06T07:00:00.000+02:00'
                  - '2025-08-06T08:00:00.000+02:00'
                  - '2025-08-06T09:00:00.000+02:00'
                  - '2025-08-06T10:00:00.000+02:00'
                  - '2025-08-06T11:00:00.000+02:00'
                  - '2025-08-06T12:00:00.000+02:00'
                  - '2025-08-06T13:00:00.000+02:00'
                  - '2025-08-06T14:00:00.000+02:00'
                  - '2025-08-06T15:00:00.000+02:00'
                  - '2025-08-06T16:00:00.000+02:00'
                  - '2025-08-06T17:00:00.000+02:00'
                  - '2025-08-06T18:00:00.000+02:00'
                  - '2025-08-06T19:00:00.000+02:00'
                  - '2025-08-06T20:00:00.000+02:00'
                  - '2025-08-06T21:00:00.000+02:00'
                  - '2025-08-06T22:00:00.000+02:00'
                  - '2025-08-06T23:00:00.000+02:00'
                  - '2025-08-07T00:00:00.000+02:00'
                  - '2025-08-07T01:00:00.000+02:00'
                  - '2025-08-07T02:00:00.000+02:00'
                  - '2025-08-07T03:00:00.000+02:00'
                  - '2025-08-07T04:00:00.000+02:00'
                  - '2025-08-07T05:00:00.000+02:00'
                  - '2025-08-07T06:00:00.000+02:00'
                  - '2025-08-07T07:00:00.000+02:00'
                  - '2025-08-07T08:00:00.000+02:00'
                  - '2025-08-07T09:00:00.000+02:00'
                  - '2025-08-07T10:00:00.000+02:00'
                  - '2025-08-07T11:00:00.000+02:00'
                  - '2025-08-07T12:00:00.000+02:00'
                  - '2025-08-07T13:00:00.000+02:00'
                  - '2025-08-07T14:00:00.000+02:00'
                  - '2025-08-07T15:00:00.000+02:00'
                  - '2025-08-07T16:00:00.000+02:00'
                  - '2025-08-07T17:00:00.000+02:00'
                  - '2025-08-07T18:00:00.000+02:00'
                  - '2025-08-07T19:00:00.000+02:00'
                  - '2025-08-07T20:00:00.000+02:00'
                  - '2025-08-07T21:00:00.000+02:00'
                  - '2025-08-07T22:00:00.000+02:00'
                  - '2025-08-07T23:00:00.000+02:00'
                  - '2025-08-08T00:00:00.000+02:00'
                  - '2025-08-08T01:00:00.000+02:00'
                  - '2025-08-08T02:00:00.000+02:00'
                  - '2025-08-08T03:00:00.000+02:00'
                  - '2025-08-08T04:00:00.000+02:00'
                  - '2025-08-08T05:00:00.000+02:00'
                  - '2025-08-08T06:00:00.000+02:00'
                  - '2025-08-08T07:00:00.000+02:00'
                  - '2025-08-08T08:00:00.000+02:00'
                  - '2025-08-08T09:00:00.000+02:00'
                  - '2025-08-08T10:00:00.000+02:00'
                  - '2025-08-08T11:00:00.000+02:00'
                series:
                  - label:
                      event_type: delivered
                    values:
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - 1
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                  - label:
                      event_type: delivery_errored
                    values:
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - 1
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                      - null
                data_points: 2
                result_type: timeseries
          headers: {}
          x-apidog-name: Success
      security: []
      x-apidog-folder: API Reference/Reporting API/Reports/Sendings/Examples
      x-apidog-status: released
      x-run-in-apidog: https://app.eu.apidog.com/web/project/346351/apis/api-3903117-run
components:
  schemas: {}
  securitySchemes: {}
servers:
  - url: https://api.mpc.dev.placewise.com
    description: Staging
security: []

```