curl --location --request GET 'https://staging.syncode.anggita.org/api/rooms//runs?cursor&limit' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"jobId": "string",
"status": "queued",
"language": "python",
"createdAt": "2019-08-24T14:15:22.123Z",
"durationMs": 0,
"exitCode": 0
}
],
"pagination": {
"nextCursor": "string",
"hasMore": true
}
}