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

# Get apiv1expenses workflow logs



## OpenAPI

````yaml /api-reference/openapi.json get /api/v1/expenses/{id}/workflow-logs
openapi: 3.0.4
info:
  title: Smartbills.API
  version: v1
servers:
  - url: https://api.smartbills.io
    description: Production
security: []
paths:
  /api/v1/expenses/{id}/workflow-logs:
    get:
      tags:
        - ExpenseWorkflow
      parameters:
        - name: id
          in: path
          required: true
          schema:
            type: string
            format: uuid
      responses:
        '200':
          description: OK

````