curl --location --request GET 'https://peertube2.cpy.re/api/v1/jobs/'{
"data": [
{
"createdAt": "2019-08-24T14:15:22.123Z",
"data": {
"property1": "string",
"property2": "string"
},
"error": {
"property1": "string",
"property2": "string"
},
"finishedOn": "2019-08-24T14:15:22.123Z",
"id": 42,
"processedOn": "2019-08-24T14:15:22.123Z",
"state": "active",
"type": "activitypub-http-unicast"
}
],
"total": 1
}