curl --location --request GET 'https://api.synap.ac/v3/background-jobs/'
{
"data": {
"id": "FID001",
"type": "BackgroundJob",
"attributes": {
"id": "string",
"createdAt": "string",
"timeStarted": "string",
"timeCompleted": "string",
"name": "string",
"status": "queued",
"progress": 0,
"message": "string",
"data": [
[
"string"
]
],
"params": {},
"error": "string",
"result": {}
},
"relationships": {}
},
"included": [
{
"id": "FID001",
"type": "_User",
"attributes": {},
"relationships": {
"property1": {
"data": {
"id": "FID001",
"type": "_User"
},
"links": {
"self": "string",
"related": "string"
},
"meta": {}
},
"property2": {
"data": {
"id": "FID001",
"type": "_User"
},
"links": {
"self": "string",
"related": "string"
},
"meta": {}
}
}
}
]
}