Get flow OpenAPI spec
GET/api/v1/flows/:environment/:flowId
Returns an OpenAPI 3.0 specification for the create-session endpoint, tailored to the specific flow. The request body schema includes only the data blocks required by this flow. The response also includes the deployed flow version number as metadata.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Flow-specific OpenAPI 3.0 specification
Bad Request
Unauthorized - Invalid or missing Bearer token
Forbidden - Token does not have required permissions
Flow or deployed version not found
Internal server error