Skip to content

Get Lorekeeper Workflows

GET
/api/agents/lorekeeper/workflows

Get available LoreKeeper workflows

Args: request: FastAPI Request object for service injection context

Returns: LorekeeperWorkflowsResponse: Available workflow list and metadata

Note: Returns available workflows from the initialized LoreKeeper agent tools.

Successful Response

LorekeeperWorkflowsResponse

LoreKeeper workflows response model.

Uses ResponseBuilder.success pattern for standardized response formatting. Provides available workflow list with metadata for lore management operations.

Fields:

  • status: Operation status (success/error)
  • message: Response message
  • data: Available workflows and metadata
  • timestamp: Response generation timestamp
object
status
required
Status

Operation status

string
message
required
Message

Response message

string
data
required
LorekeeperWorkflowsData

Workflows data

object
availableWorkflows
required
Availableworkflows

Workflow names the Lorekeeper exposes

Array<string>
agent
required
Agent

Agent identifier (always ‘lorekeeper’)

string
timestamp
required
Timestamp

Response timestamp

string