Get a FlowAI project by ID

Returns a single FlowAI Project by its _id or iid. Only returns if the current user has read access.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

projIdstringRequired

Project _id (UUID) or iid (integer).

Response

The FlowAI Project

Errors

500
Internal Server Error