list_retry_jobs
ActiveTool of Relin
declared in 1.0.0
Authenticated tool to list retry jobs.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "integer",
"maximum": 100,
"minimum": 1
},
"status": {
"enum": [
"queued",
"completed",
"cancelled"
],
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Relin
https://github.com/earonesty/relin
1/7 registries