Background Jobs
Returns a list of BackgroundJobs threads
Get threads from all Background Jobs workers.
post/v1/admin/background_job/threads
Request body
Example request
{
"executor": "AI"
}Response
Generated
Example response
[
{
"executor": "AI"
}
]