naftiko: 1.0.0-alpha2
info:
label: Miro Developer Platform — AI Interaction Logs
description: 'Miro Developer Platform — AI Interaction Logs. 1 operations. Lead operation: Get AI interaction logs (Beta).
Self-contained Naftiko capability covering one Miro business surface.'
tags:
- Miro
- AI Interaction Logs
created: '2026-05-19'
modified: '2026-05-19'
binds:
- namespace: env
keys:
MIRO_API_KEY: MIRO_API_KEY
capability:
consumes:
- type: http
namespace: miro-ai-interaction-logs
baseUri: https://api.miro.com
description: Miro Developer Platform — AI Interaction Logs business capability. Self-contained, no shared references.
resources:
- name: v2-orgs-org_id-ai-interaction-logs
path: /v2/orgs/{org_id}/ai-interaction-logs
operations:
- name: enterprisegetaiinteractionlogs
method: GET
description: Get AI interaction logs (Beta)
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: org_id
in: path
type: string
description: Unique identifier of the organization.
required: true
- name: object_ids
in: query
type: array
description: 'List of object IDs used to retrieve AI interaction logs. '
- name: emails
in: query
type: array
description: Filters AI interaction logs using a list of user emails. Only AI interactions associated with the provided
emails will be included in the response.
- name: from
in: query
type: string
description: Start date and time of the time range used to filter AI interaction logs. Only interactions that were
stored within the specified from - to
required: true
- name: to
in: query
type: string
description: End date and time of the time range used to filter AI interaction logs. Only interactions that were
stored within the specified from - to