Call Flow OpenAPI
flow_requestCall Flow Team API endpoints with automatic API key authentication. Manage path parameters, query strings, and request bodies for operations like listing projects and participants.
Instructions
Flow OpenAPI를 호출합니다. FLOW_API_KEY 환경변수를 기본으로 사용하며, x-flow-api-key 헤더를 자동 추가합니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON 요청 본문 | |
| path | No | 예: /v1/projects/{projectId}/participants | |
| query | No | 쿼리스트링 값 | |
| apiKey | No | FLOW_API_KEY 대신 사용할 API Key | |
| method | No | ||
| baseUrl | No | 기본값: FLOW_API_BASE_URL 또는 https://api.flow.team | |
| endpointId | No | list_flow_endpoints에서 확인한 endpoint id | |
| pathParams | No | 경로 템플릿 변수 값 |