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

# Bulk export all object configurations

> Exports every object configuration in the environment as a single bulk export. Returns the exported configurations for all object types without requiring a selection.



## OpenAPI

````yaml /schema.json post /di/export_all/bulk
openapi: 3.1.0
info:
  version: 01KV4EC0SHV95TK2YR66AMKFZC
  title: Alumio API
  description: Access Alumio through OpenAPI v3.1.
servers:
  - url: /api/v1
security: []
paths:
  /di/export_all/bulk:
    post:
      tags:
        - DiExport
      summary: Bulk export all object configurations
      description: >-
        Exports every object configuration in the environment as a single bulk
        export. Returns the exported configurations for all object types without
        requiring a selection.
      operationId: bulkExportAllObjectConfigurations
      parameters:
        - name: space
          in: query
          description: Space Identifier
          required: false
          schema:
            type: string
      responses:
        '200':
          description: OK

````