List instance jobs
Live Test Server (live data - latest nightly version)
https://peertube2.cpy.re/api/v1
Live Test Server (live data - latest nightly version)
https://peertube2.cpy.re/api/v1
GET
/jobs/{state}
Job
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://peertube2.cpy.re/api/v1/jobs/'
Response Response Example
{
"data": [
{
"createdAt": "2019-08-24T14:15:22Z",
"data": {},
"error": {},
"finishedOn": "2019-08-24T14:15:22Z",
"id": 42,
"processedOn": "2019-08-24T14:15:22Z",
"state": "active",
"type": "activitypub-http-unicast"
}
],
"total": 1
}
Request
Path Params
state
stringÂ
required
Query Params
jobType
stringÂ
optional
start
integerÂ
optional
count
integerÂ
optional
sort
stringÂ
optional
Responses
Modified at 2022-09-10 22:29:49