列出文件夹
列出文件夹
OpenAPI
openapi: 3.1.0
info:
title: Activepieces Documentation
version: 0.0.0
servers:
- url: https://cloud.activepieces.com/api
description: Production Server
security: []
externalDocs:
url: https://www.activepieces.com/docs
description: Find more info here
paths:
/v1/folders:
get:
tags:
- folders
description: List folders
parameters:
- schema:
type: number
in: query
name: limit
required: false
- schema:
type: string
in: query
name: cursor
required: false
- schema:
type: string
in: query
name: projectId
required: true
responses:
'200':
description: Default Response
security:
- apiKey: []
components:
securitySchemes:
apiKey:
type: http
description: Use your api key generated from the admin console
scheme: bearer