keitaro-api-skill/references/paths/stream_id_events.yaml

32 lines
682 B
YAML

get:
tags:
- Flows (Streams)
security:
- ApiKeyAuth: []
parameters:
- name: id
in: path
description: Flow ID
required: true
schema:
type: integer
summary: Get flow events
description: Returns list of the events.
responses:
'200':
description: Flow
content:
application/json:
schema:
$ref: ../schemas/Stream.yaml
'400':
$ref: ../responses/BadRequest.yaml
'401':
$ref: ../responses/Unauthorized.yaml
'402':
$ref: ../responses/PaymentRequired.yaml
'404':
$ref: ../responses/NotFound.yaml
'500':
$ref: ../responses/InternalError.yaml