Skip to content

Get latest tasks by type

GET
/api/v1/tasks/last
curl --request GET \
--url http://127.0.0.1:58259/api/v1/tasks/last

Retrieve the latest task execution entry for each task type.

OK

Media type */*
object
taskHistories
Array<object>
object
id
string
type
string
Allowed values: REFRESH_LIBRARY_METADATA UPDATE_BOOK_RECOMMENDATIONS CLEANUP_DELETED_BOOKS SYNC_LIBRARY_FILES BOOKDROP_PERIODIC_SCANNING CLEANUP_TEMP_METADATA REFRESH_METADATA_MANUAL
status
string
Allowed values: ACCEPTED IN_PROGRESS COMPLETED FAILED CANCELLED
progressPercentage
integer format: int32
message
string
createdAt
string format: date-time
updatedAt
string format: date-time
completedAt
string format: date-time