toggle menu
ainsoft-rag-spring-boot-autoconfigure
0.1.0-SNAPSHOT
jvm
switch theme
search in API
ainsoft-rag-spring-boot-autoconfigure
/
com.ainsoft.rag.spring
/
RagAdminApiController
/
jobHistory
job
History
@
GetMapping
(
value
=
[
"/job-history"
]
)
fun
jobHistory
(
requestContext
:
HttpServletRequest
,
@
RequestParam
(
required
=
false
,
defaultValue
=
"100"
)
limit
:
Int
)
:
List
<
RagAdminJobHistoryEntry
>