Get an agent by ID

Returns a single Agent Definition by its _id within a FlowAI Project. Only returns if the current user has read access to the project.

Authentication

AuthorizationBasic

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

Path parameters

agentIdstringRequiredformat: "uuid"

Agent _id (UUID).

Response

The Agent Definition

Errors

500
Internal Server Error