get: summary: List data streams tags: - Data streams responses: '200': description: OK content: application/json: schema: type: object properties: data_streams: type: array items: $ref: ../components/schemas/data_stream.yaml '400': $ref: ../components/responses/error.yaml operationId: data-streams-list parameters: []