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

# GET /consumers/{id}/timeline

> Get consumer activity timeline across all distribution types



## OpenAPI

````yaml /api/openapi/admin-api.json get /consumers/{id}/timeline
openapi: 3.1.0
info:
  description: Admin API for Fanfare
  title: Fanfare Admin API
  version: 1.0.0
servers:
  - description: Production
    url: https://admin.fanfare.io/api
  - description: Local development
    url: http://localhost:4800
security:
  - SecretKeyAuth: []
paths:
  /consumers/{id}/timeline:
    get:
      tags:
        - Consumers
      description: Get consumer activity timeline across all distribution types
      operationId: getConsumersByIdTimeline
      parameters:
        - in: path
          name: id
          required: true
          schema:
            type: string
      responses:
        '200':
          content:
            application/json:
              schema:
                properties:
                  activities:
                    items:
                      anyOf:
                        - properties:
                            completedAt:
                              anyOf:
                                - format: date-time
                                  type: string
                                - type: 'null'
                            consumerId:
                              format: uuid
                              type: string
                            dequeuedAt:
                              anyOf:
                                - format: date-time
                                  type: string
                                - type: 'null'
                            enqueuedAt:
                              anyOf:
                                - format: date-time
                                  type: string
                                - type: 'null'
                            experienceId:
                              format: uuid
                              type: string
                            experienceName:
                              type: string
                            id:
                              format: uuid
                              type: string
                            productId:
                              anyOf:
                                - format: uuid
                                  type: string
                                - type: 'null'
                            productImageUrl:
                              anyOf:
                                - type: string
                                - type: 'null'
                            productName:
                              anyOf:
                                - type: string
                                - type: 'null'
                            reason:
                              anyOf:
                                - type: string
                                - type: 'null'
                            selectedVariantId:
                              anyOf:
                                - format: uuid
                                  type: string
                                - type: 'null'
                            sequenceId:
                              format: uuid
                              type: string
                            sequenceName:
                              type: string
                            status:
                              type: string
                            timestamp:
                              format: date-time
                              type: string
                            type:
                              const: QUEUE
                          required:
                            - id
                            - type
                            - consumerId
                            - sequenceId
                            - sequenceName
                            - experienceId
                            - experienceName
                            - timestamp
                            - status
                          type: object
                        - properties:
                            completedAt:
                              anyOf:
                                - format: date-time
                                  type: string
                                - type: 'null'
                            consumerId:
                              format: uuid
                              type: string
                            enteredAt:
                              anyOf:
                                - format: date-time
                                  type: string
                                - type: 'null'
                            experienceId:
                              format: uuid
                              type: string
                            experienceName:
                              type: string
                            id:
                              format: uuid
                              type: string
                            notifiedAt:
                              anyOf:
                                - format: date-time
                                  type: string
                                - type: 'null'
                            productId:
                              anyOf:
                                - format: uuid
                                  type: string
                                - type: 'null'
                            productImageUrl:
                              anyOf:
                                - type: string
                                - type: 'null'
                            productName:
                              anyOf:
                                - type: string
                                - type: 'null'
                            reason:
                              anyOf:
                                - type: string
                                - type: 'null'
                            selectedAt:
                              anyOf:
                                - format: date-time
                                  type: string
                                - type: 'null'
                            sequenceId:
                              format: uuid
                              type: string
                            sequenceName:
                              type: string
                            status:
                              type: string
                            timestamp:
                              format: date-time
                              type: string
                            type:
                              const: DRAW
                          required:
                            - id
                            - type
                            - consumerId
                            - sequenceId
                            - sequenceName
                            - experienceId
                            - experienceName
                            - timestamp
                            - status
                          type: object
                        - properties:
                            bidAmount:
                              anyOf:
                                - pattern: ^\d{1,12}(\.\d{1,8})?$
                                  type: string
                                - type: 'null'
                            bidCount:
                              anyOf:
                                - type: number
                                - type: 'null'
                            completedAt:
                              anyOf:
                                - format: date-time
                                  type: string
                                - type: 'null'
                            consumerId:
                              format: uuid
                              type: string
                            experienceId:
                              format: uuid
                              type: string
                            experienceName:
                              type: string
                            firstBidAt:
                              anyOf:
                                - format: date-time
                                  type: string
                                - type: 'null'
                            id:
                              format: uuid
                              type: string
                            lastBidAt:
                              anyOf:
                                - format: date-time
                                  type: string
                                - type: 'null'
                            maxBidAmount:
                              anyOf:
                                - pattern: ^\d{1,12}(\.\d{1,8})?$
                                  type: string
                                - type: 'null'
                            productId:
                              anyOf:
                                - format: uuid
                                  type: string
                                - type: 'null'
                            productImageUrl:
                              anyOf:
                                - type: string
                                - type: 'null'
                            productName:
                              anyOf:
                                - type: string
                                - type: 'null'
                            sequenceId:
                              format: uuid
                              type: string
                            sequenceName:
                              type: string
                            status:
                              type: string
                            timestamp:
                              format: date-time
                              type: string
                            type:
                              const: AUCTION
                            winReason:
                              anyOf:
                                - type: string
                                - type: 'null'
                          required:
                            - id
                            - type
                            - consumerId
                            - sequenceId
                            - sequenceName
                            - experienceId
                            - experienceName
                            - timestamp
                            - status
                          type: object
                        - properties:
                            consumerId:
                              format: uuid
                              type: string
                            convertedAt:
                              anyOf:
                                - format: date-time
                                  type: string
                                - type: 'null'
                            enteredAt:
                              anyOf:
                                - format: date-time
                                  type: string
                                - type: 'null'
                            experienceId:
                              format: uuid
                              type: string
                            experienceName:
                              type: string
                            id:
                              format: uuid
                              type: string
                            notifiedAt:
                              anyOf:
                                - format: date-time
                                  type: string
                                - type: 'null'
                            position:
                              anyOf:
                                - type: number
                                - type: 'null'
                            productId:
                              anyOf:
                                - format: uuid
                                  type: string
                                - type: 'null'
                            productImageUrl:
                              anyOf:
                                - type: string
                                - type: 'null'
                            productName:
                              anyOf:
                                - type: string
                                - type: 'null'
                            sequenceId:
                              format: uuid
                              type: string
                            sequenceName:
                              type: string
                            status:
                              type: string
                            timestamp:
                              format: date-time
                              type: string
                            type:
                              const: WAITLIST
                          required:
                            - id
                            - type
                            - consumerId
                            - sequenceId
                            - sequenceName
                            - experienceId
                            - experienceName
                            - timestamp
                            - status
                          type: object
                        - properties:
                            bookedAt:
                              anyOf:
                                - format: date-time
                                  type: string
                                - type: 'null'
                            cancellationReason:
                              anyOf:
                                - type: string
                                - type: 'null'
                            cancelledAt:
                              anyOf:
                                - format: date-time
                                  type: string
                                - type: 'null'
                            completedAt:
                              anyOf:
                                - format: date-time
                                  type: string
                                - type: 'null'
                            consumerId:
                              format: uuid
                              type: string
                            experienceId:
                              format: uuid
                              type: string
                            experienceName:
                              type: string
                            id:
                              format: uuid
                              type: string
                            productId:
                              anyOf:
                                - format: uuid
                                  type: string
                                - type: 'null'
                            productImageUrl:
                              anyOf:
                                - type: string
                                - type: 'null'
                            productName:
                              anyOf:
                                - type: string
                                - type: 'null'
                            scheduledFor:
                              anyOf:
                                - format: date-time
                                  type: string
                                - type: 'null'
                            sequenceId:
                              format: uuid
                              type: string
                            sequenceName:
                              type: string
                            status:
                              type: string
                            timestamp:
                              format: date-time
                              type: string
                            type:
                              const: APPOINTMENT
                          required:
                            - id
                            - type
                            - consumerId
                            - sequenceId
                            - sequenceName
                            - experienceId
                            - experienceName
                            - timestamp
                            - status
                          type: object
                    type: array
                  consumerId:
                    format: uuid
                    type: string
                  totalCount:
                    type: number
                required:
                  - consumerId
                  - activities
                  - totalCount
                type: object
          description: Timeline retrieved successfully
        '400':
          content:
            application/json:
              schema:
                properties:
                  error:
                    const: validation_error
                  issues:
                    items:
                      properties:
                        expected:
                          type: string
                        kind:
                          type: string
                        message:
                          type: string
                        path:
                          items:
                            properties:
                              input: {}
                              key:
                                type: string
                              origin:
                                type: string
                              type:
                                type: string
                            required:
                              - type
                              - origin
                              - input
                              - key
                            type: object
                          type: array
                        received:
                          type: string
                        type:
                          type: string
                      required:
                        - kind
                        - type
                        - expected
                        - received
                        - message
                        - path
                      type: object
                    type: array
                required:
                  - error
                  - issues
                type: object
          description: Bad Request - Invalid input schema
        '401':
          content:
            application/json:
              schema:
                properties:
                  error:
                    type: string
                required:
                  - error
                type: object
          description: Unauthorized - Authentication required
        '403':
          content:
            application/json:
              schema:
                properties:
                  error:
                    type: string
                required:
                  - error
                type: object
          description: Forbidden - User must be authenticated
        '500':
          content:
            application/json:
              schema:
                properties:
                  error:
                    type: string
                required:
                  - error
                type: object
          description: Internal server error
components:
  securitySchemes:
    SecretKeyAuth:
      description: Fanfare secret key. Keep secret credentials on your server.
      scheme: bearer
      type: http

````