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

# Get order activities

> Retrieve a chronological list of all activities related to a specific order, including status updates, payment events, fulfillment actions, and customer interactions. This endpoint helps you track the full lifecycle and history of an order for better visibility and auditing.



## OpenAPI

````yaml GET /2023-11/admin/orders/{id}/activities
openapi: 3.0.3
info:
  title: Genuka V2 - API
  version: 1.0.0
  contact: {}
servers:
  - url: https://api-staging.genuka.com
  - url: https://api.genuka.com
security:
  - bearerAuth: []
tags:
  - name: Public Routes
  - name: Pages
  - name: Collections
  - name: Shops
  - name: Products
  - name: Articles
  - name: Discounts
  - name: Blogs
  - name: Company
  - name: Review
    description: |-
      ``` json
      {
      "title": "",
      "quantity": "",
      "product_variant": "",
      "date": "",
      "company_id": "",
      "shops": []
      }

       ```
  - name: Private Routes
  - name: Authentication
  - name: Apps
  - name: Accounting
  - name: Addresses
  - name: Customer
  - name: Analytics
  - name: Articles1
  - name: Availabilities
  - name: API Keys
  - name: Orders
  - name: Bills
  - name: Blogs1
  - name: Calendar Events
  - name: Collections1
  - name: Company1
  - name: Customers
  - name: Deliveries
    description: |-
      ``` json
      {
      "title": "",
      "quantity": "",
      "product_variant": "",
      "date": "",
      "company_id": "",
      "shops": []
      }

       ```
  - name: Discount
  - name: Domains
    description: |-
      ``` json
      {
      "domain": "",
      "company_id": ""
      }

       ```
  - name: Analytics1
  - name: Orders1
  - name: Payments
  - name: Pages1
  - name: Production
  - name: Bill of Materials
  - name: Payments1
  - name: Payments Methods
  - name: Workflows
  - name: New Folder
  - name: Wallet
  - name: Marketing
  - name: Campaigns
  - name: Templates
  - name: Products1
  - name: Product Variants
  - name: Analytics12
  - name: Services
    description: >-
      Services are "Products" that have a duration in minutes, a buffer time and
      a list of users able to provide the service.
  - name: SupplierProducts
  - name: Shops1
    description: >-
      Shops are sort of subsidiary of companies. A Company can have many Shops.
      Each shop can have 0 or more .  
        
      But all of them are properties of a Company.
  - name: Warehouses
    description: >-
      Warehouses are places where stocks are placed.


      Shop which are physical or virtual point of sales can be attached to one
      or many warehouses to take their products.
  - name: Stocks
    description: |-
      ``` json
      {
      "title": "",
      "quantity": "",
      "product_variant": "",
      "date": "",
      "company_id": "",
      "shops": []
      }

       ```
  - name: Review1
    description: |-
      ``` json
      {
      "title": "",
      "quantity": "",
      "product_variant": "",
      "date": "",
      "company_id": "",
      "shops": []
      }

       ```
  - name: ReviewCriterion
    description: |-
      ``` json
      {
      "title": "",
      "quantity": "",
      "product_variant": "",
      "date": "",
      "company_id": "",
      "shops": []
      }

       ```
  - name: StockMovements
    description: |-
      ``` json
      {
      "title": "",
      "quantity": "",
      "product_variant": "",
      "date": "",
      "company_id": "",
      "shops": []
      }

       ```
  - name: Suppliers
  - name: Treasury Accounts
    description: Comptes de trésorerie
  - name: Users
  - name: Wrapped
  - name: Returns
  - name: Webhooks
  - name: Customer Routes
  - name: Authentication1
  - name: Addresses1
  - name: Orders12
  - name: Payments12
  - name: Review12
    description: |-
      ``` json
      {
      "title": "",
      "quantity": "",
      "product_variant": "",
      "date": "",
      "company_id": "",
      "shops": []
      }

       ```
  - name: Developer Routes
  - name: Authentication12
  - name: Apps1
  - name: Apps Shortcut
  - name: Products12
    description: Developer can access a company product through its app
paths:
  /2023-11/admin/orders/{id}/activities:
    parameters:
      - name: id
        in: path
        required: true
        schema:
          type: string
    get:
      tags:
        - Private Routes
        - Orders1
      summary: Activities
      description: Activities
      operationId: activities
      parameters:
        - name: x-company
          in: header
          schema:
            type: string
            example: '{{companyId}}'
      requestBody:
        content:
          application/json:
            examples:
              Activities:
                value: ''
      responses:
        '200':
          description: 200 OK
          headers:
            Cache-Control:
              schema:
                type: string
                example: no-cache, private
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Fri, 10 Oct 2025 11:28:44 GMT
            Server:
              schema:
                type: string
                example: nginx/1.18.0 (Ubuntu)
            Transfer-Encoding:
              schema:
                type: string
                example: chunked
            Vary:
              schema:
                type: string
                example: Origin
            X-RateLimit-Limit:
              schema:
                type: string
                example: '6000'
            X-RateLimit-Remaining:
              schema:
                type: string
                example: '5999'
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        batch_uuid:
                          nullable: true
                          example: null
                        causer_id:
                          type: string
                          example: 01k1amyqgjje8sknkzpm78qv6x
                        causer_type:
                          type: string
                          example: App\Models\User
                        created_at:
                          type: string
                          example: '2025-10-10T11:27:08.000000Z'
                        description:
                          type: string
                          example: Order updated
                        event:
                          type: string
                          example: updated
                        id:
                          type: number
                          example: 141
                        log_name:
                          type: string
                          example: default
                        properties:
                          type: object
                          properties:
                            amount:
                              type: object
                              properties:
                                new:
                                  type: number
                                  example: 80000
                                old:
                                  type: number
                                  example: 15000
                            product_count:
                              type: object
                              properties:
                                new:
                                  type: number
                                  example: 2
                                old:
                                  type: number
                                  example: 1
                        subject_id:
                          type: string
                          example: 01k76xt7z87katy392s6w335cp
                        subject_type:
                          type: string
                          example: App\Models\Order
                        updated_at:
                          type: string
                          example: '2025-10-10T11:27:08.000000Z'
                        user:
                          type: object
                          properties:
                            birthdate:
                              nullable: true
                              example: null
                            company_id:
                              type: string
                              example: 01hqydxwtxdj3kmzp3bz7jk73g
                            created_at:
                              type: string
                              example: '2025-07-29T09:32:01.000000Z'
                            deleted_at:
                              nullable: true
                              example: null
                            email:
                              type: string
                              example: demo@genuka.com
                            first_name:
                              type: string
                              example: Payton
                            id:
                              type: string
                              example: 01k1amyqgjje8sknkzpm78qv6x
                            last_activity:
                              type: string
                              example: '2025-10-10 11:28:44'
                            last_login_at:
                              nullable: true
                              example: null
                            last_login_ip:
                              nullable: true
                              example: null
                            last_name:
                              type: string
                              example: Donnelly
                            metadata:
                              type: object
                              properties:
                                lang:
                                  type: string
                                  example: fr
                            name:
                              type: string
                              example: Payton Donnelly
                            opt_in:
                              type: number
                              example: 0
                            phone:
                              type: string
                              example: +1 (551) 313-2592
                            pin_enabled:
                              type: boolean
                              example: false
                            role:
                              type: string
                              example: admin
                            updated_at:
                              type: string
                              example: '2025-10-10T11:28:44.000000Z'
                        username:
                          type: string
                          example: Payton Donnelly
                    example:
                      - batch_uuid: null
                        causer_id: 01k1amyqgjje8sknkzpm78qv6x
                        causer_type: App\Models\User
                        created_at: '2025-10-10T11:27:08.000000Z'
                        description: Order updated
                        event: updated
                        id: 141
                        log_name: default
                        properties:
                          product_count:
                            new: 2
                            old: 1
                        subject_id: 01k76xt7z87katy392s6w335cp
                        subject_type: App\Models\Order
                        updated_at: '2025-10-10T11:27:08.000000Z'
                        user:
                          birthdate: null
                          company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                          created_at: '2025-07-29T09:32:01.000000Z'
                          deleted_at: null
                          email: demo@genuka.com
                          first_name: Payton
                          id: 01k1amyqgjje8sknkzpm78qv6x
                          last_activity: '2025-10-10 11:28:44'
                          last_login_at: null
                          last_login_ip: null
                          last_name: Donnelly
                          metadata:
                            lang: fr
                          name: Payton Donnelly
                          opt_in: 0
                          phone: +1 (551) 313-2592
                          pin_enabled: false
                          role: admin
                          updated_at: '2025-10-10T11:28:44.000000Z'
                        username: Payton Donnelly
                      - batch_uuid: null
                        causer_id: 01k1amyqgjje8sknkzpm78qv6x
                        causer_type: App\Models\User
                        created_at: '2025-10-10T11:27:08.000000Z'
                        description: Order updated
                        event: updated
                        id: 142
                        log_name: default
                        properties:
                          amount:
                            new: 80000
                            old: 15000
                        subject_id: 01k76xt7z87katy392s6w335cp
                        subject_type: App\Models\Order
                        updated_at: '2025-10-10T11:27:08.000000Z'
                        user:
                          birthdate: null
                          company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                          created_at: '2025-07-29T09:32:01.000000Z'
                          deleted_at: null
                          email: demo@genuka.com
                          first_name: Payton
                          id: 01k1amyqgjje8sknkzpm78qv6x
                          last_activity: '2025-10-10 11:28:44'
                          last_login_at: null
                          last_login_ip: null
                          last_name: Donnelly
                          metadata:
                            lang: fr
                          name: Payton Donnelly
                          opt_in: 0
                          phone: +1 (551) 313-2592
                          pin_enabled: false
                          role: admin
                          updated_at: '2025-10-10T11:28:44.000000Z'
                        username: Payton Donnelly
                  links:
                    type: object
                    properties:
                      first:
                        type: string
                        example: >-
                          http://genuka-api.test/2023-11/admin/orders/01k76xt7z87katy392s6w335cp/activities?page=1
                      last:
                        type: string
                        example: >-
                          http://genuka-api.test/2023-11/admin/orders/01k76xt7z87katy392s6w335cp/activities?page=1
                      next:
                        nullable: true
                        example: null
                      prev:
                        nullable: true
                        example: null
                  meta:
                    type: object
                    properties:
                      current_page:
                        type: number
                        example: 1
                      from:
                        type: number
                        example: 1
                      last_page:
                        type: number
                        example: 1
                      links:
                        type: array
                        items:
                          type: object
                          properties:
                            active:
                              type: boolean
                              example: false
                            label:
                              type: string
                              example: '&laquo; Previous'
                            page:
                              type: number
                              nullable: true
                              example: null
                            url:
                              type: string
                              nullable: true
                              example: null
                        example:
                          - active: false
                            label: '&laquo; Previous'
                            page: null
                            url: null
                          - active: true
                            label: '1'
                            page: 1
                            url: >-
                              http://genuka-api.test/2023-11/admin/orders/01k76xt7z87katy392s6w335cp/activities?page=1
                          - active: false
                            label: Next &raquo;
                            page: null
                            url: null
                      path:
                        type: string
                        example: >-
                          http://genuka-api.test/2023-11/admin/orders/01k76xt7z87katy392s6w335cp/activities
                      per_page:
                        type: number
                        example: 6
                      to:
                        type: number
                        example: 2
                      total:
                        type: number
                        example: 2
              examples:
                200 OK:
                  value:
                    data:
                      - batch_uuid: null
                        causer_id: 01k1amyqgjje8sknkzpm78qv6x
                        causer_type: App\Models\User
                        created_at: '2025-10-10T11:27:08.000000Z'
                        description: Order updated
                        event: updated
                        id: 141
                        log_name: default
                        properties:
                          product_count:
                            new: 2
                            old: 1
                        subject_id: 01k76xt7z87katy392s6w335cp
                        subject_type: App\Models\Order
                        updated_at: '2025-10-10T11:27:08.000000Z'
                        user:
                          birthdate: null
                          company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                          created_at: '2025-07-29T09:32:01.000000Z'
                          deleted_at: null
                          email: demo@genuka.com
                          first_name: Payton
                          id: 01k1amyqgjje8sknkzpm78qv6x
                          last_activity: '2025-10-10 11:28:44'
                          last_login_at: null
                          last_login_ip: null
                          last_name: Donnelly
                          metadata:
                            lang: fr
                          name: Payton Donnelly
                          opt_in: 0
                          phone: +1 (551) 313-2592
                          pin_enabled: false
                          role: admin
                          updated_at: '2025-10-10T11:28:44.000000Z'
                        username: Payton Donnelly
                      - batch_uuid: null
                        causer_id: 01k1amyqgjje8sknkzpm78qv6x
                        causer_type: App\Models\User
                        created_at: '2025-10-10T11:27:08.000000Z'
                        description: Order updated
                        event: updated
                        id: 142
                        log_name: default
                        properties:
                          amount:
                            new: 80000
                            old: 15000
                        subject_id: 01k76xt7z87katy392s6w335cp
                        subject_type: App\Models\Order
                        updated_at: '2025-10-10T11:27:08.000000Z'
                        user:
                          birthdate: null
                          company_id: 01hqydxwtxdj3kmzp3bz7jk73g
                          created_at: '2025-07-29T09:32:01.000000Z'
                          deleted_at: null
                          email: demo@genuka.com
                          first_name: Payton
                          id: 01k1amyqgjje8sknkzpm78qv6x
                          last_activity: '2025-10-10 11:28:44'
                          last_login_at: null
                          last_login_ip: null
                          last_name: Donnelly
                          metadata:
                            lang: fr
                          name: Payton Donnelly
                          opt_in: 0
                          phone: +1 (551) 313-2592
                          pin_enabled: false
                          role: admin
                          updated_at: '2025-10-10T11:28:44.000000Z'
                        username: Payton Donnelly
                    links:
                      first: >-
                        http://genuka-api.test/2023-11/admin/orders/01k76xt7z87katy392s6w335cp/activities?page=1
                      last: >-
                        http://genuka-api.test/2023-11/admin/orders/01k76xt7z87katy392s6w335cp/activities?page=1
                      next: null
                      prev: null
                    meta:
                      current_page: 1
                      from: 1
                      last_page: 1
                      links:
                        - active: false
                          label: '&laquo; Previous'
                          page: null
                          url: null
                        - active: true
                          label: '1'
                          page: 1
                          url: >-
                            http://genuka-api.test/2023-11/admin/orders/01k76xt7z87katy392s6w335cp/activities?page=1
                        - active: false
                          label: Next &raquo;
                          page: null
                          url: null
                      path: >-
                        http://genuka-api.test/2023-11/admin/orders/01k76xt7z87katy392s6w335cp/activities
                      per_page: 6
                      to: 2
                      total: 2
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````