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

> ## Agent Instructions
> Automate.ax automations are TypeScript programs.
> Use Bun for installation and command examples.
> Use Automate.ax for the product name and automate.ax for the package, CLI, and domain.
> Treat documented public APIs as current; do not invent transitional or deprecated names.

# List automation executions

> Lists recent execution summaries for one automation.



## OpenAPI

````yaml https://automate.ax/api/v1/openapi.json get /automations/{automation}/executions
openapi: 3.1.1
info:
  title: Automate.ax API
  version: 0.0.0
servers:
  - url: https://automate.ax/api/v1
security:
  - bearerAuth: []
paths:
  /automations/{automation}/executions:
    get:
      tags:
        - Automations
      summary: List automation executions
      description: Lists recent execution summaries for one automation.
      operationId: listAutomationExecutions
      parameters:
        - name: automation
          in: path
          required: true
          schema:
            type: string
            minLength: 1
            description: >-
              Exact automation ID or unique active deployed description. IDs
              take precedence.
        - name: limit
          in: query
          schema:
            type: integer
            minimum: 1
            maximum: 100
            default: 50
          allowEmptyValue: true
          allowReserved: true
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  type: object
                  properties:
                    createdAt:
                      type: string
                      format: date-time
                      x-native-type: date
                    eventTypes:
                      type: array
                      items:
                        type: string
                    failure:
                      anyOf:
                        - type: object
                          properties:
                            code:
                              type: string
                              minLength: 1
                            details:
                              anyOf:
                                - type: string
                                - type: number
                                - type: boolean
                                - type: 'null'
                                - type: array
                                  items:
                                    anyOf:
                                      - type: string
                                      - type: number
                                      - type: boolean
                                      - type: 'null'
                                      - type: array
                                        items:
                                          anyOf:
                                            - {}
                                            - type: 'null'
                                      - type: object
                                        propertyNames:
                                          type: string
                                        additionalProperties: {}
                                - type: object
                                  propertyNames:
                                    type: string
                                  additionalProperties:
                                    anyOf:
                                      - type: string
                                      - type: number
                                      - type: boolean
                                      - type: 'null'
                                      - type: array
                                        items:
                                          anyOf:
                                            - {}
                                            - type: 'null'
                                      - type: object
                                        propertyNames:
                                          type: string
                                        additionalProperties: {}
                            message:
                              type: string
                            name:
                              type: string
                            cause:
                              type: object
                              properties:
                                code:
                                  type: string
                                  minLength: 1
                                details:
                                  anyOf:
                                    - type: string
                                    - type: number
                                    - type: boolean
                                    - type: 'null'
                                    - type: array
                                      items:
                                        anyOf:
                                          - type: string
                                          - type: number
                                          - type: boolean
                                          - type: 'null'
                                          - type: array
                                            items:
                                              anyOf:
                                                - {}
                                                - type: 'null'
                                          - type: object
                                            propertyNames:
                                              type: string
                                            additionalProperties: {}
                                    - type: object
                                      propertyNames:
                                        type: string
                                      additionalProperties:
                                        anyOf:
                                          - type: string
                                          - type: number
                                          - type: boolean
                                          - type: 'null'
                                          - type: array
                                            items:
                                              anyOf:
                                                - {}
                                                - type: 'null'
                                          - type: object
                                            propertyNames:
                                              type: string
                                            additionalProperties: {}
                                message:
                                  type: string
                                name:
                                  type: string
                                cause:
                                  type: object
                                  properties:
                                    code:
                                      type: string
                                      minLength: 1
                                    details:
                                      anyOf:
                                        - type: string
                                        - type: number
                                        - type: boolean
                                        - type: 'null'
                                        - type: array
                                          items:
                                            anyOf:
                                              - type: string
                                              - type: number
                                              - type: boolean
                                              - type: 'null'
                                              - type: array
                                                items:
                                                  anyOf:
                                                    - {}
                                                    - type: 'null'
                                              - type: object
                                                propertyNames:
                                                  type: string
                                                additionalProperties: {}
                                        - type: object
                                          propertyNames:
                                            type: string
                                          additionalProperties:
                                            anyOf:
                                              - type: string
                                              - type: number
                                              - type: boolean
                                              - type: 'null'
                                              - type: array
                                                items:
                                                  anyOf:
                                                    - {}
                                                    - type: 'null'
                                              - type: object
                                                propertyNames:
                                                  type: string
                                                additionalProperties: {}
                                    message:
                                      type: string
                                    name:
                                      type: string
                                    cause:
                                      type: object
                                      properties:
                                        code:
                                          type: string
                                          minLength: 1
                                        details:
                                          anyOf:
                                            - type: string
                                            - type: number
                                            - type: boolean
                                            - type: 'null'
                                            - type: array
                                              items:
                                                anyOf:
                                                  - type: string
                                                  - type: number
                                                  - type: boolean
                                                  - type: 'null'
                                                  - type: array
                                                    items:
                                                      anyOf:
                                                        - {}
                                                        - type: 'null'
                                                  - type: object
                                                    propertyNames:
                                                      type: string
                                                    additionalProperties: {}
                                            - type: object
                                              propertyNames:
                                                type: string
                                              additionalProperties:
                                                anyOf:
                                                  - type: string
                                                  - type: number
                                                  - type: boolean
                                                  - type: 'null'
                                                  - type: array
                                                    items:
                                                      anyOf:
                                                        - {}
                                                        - type: 'null'
                                                  - type: object
                                                    propertyNames:
                                                      type: string
                                                    additionalProperties: {}
                                        message:
                                          type: string
                                        name:
                                          type: string
                                        cause:
                                          not: {}
                                      required:
                                        - code
                                        - message
                                  required:
                                    - code
                                    - message
                              required:
                                - code
                                - message
                          required:
                            - code
                            - message
                        - type: 'null'
                    id:
                      type: string
                    settledAt:
                      anyOf:
                        - type: string
                          format: date-time
                          x-native-type: date
                        - type: 'null'
                    status:
                      enum:
                        - running
                        - settled
                        - failed
                      type: string
                  required:
                    - createdAt
                    - eventTypes
                    - failure
                    - id
                    - settledAt
                    - status
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      description: Automate.ax user session bearer token.

````