Results
[
{
"log": "2026-08-19 23:44:53,294 - INFO - pipeline.compute - Copying the contents of /tmp/TE_144067719915_000-and-MO_475612090600_005-1787183093/output to /disk2/gateway/repository/er/TE_144067719915_000-and-MO_475612090600_005-1787183093-er"
},
{
"log": "2026-08-19 23:44:53,249 - INFO - pipeline.pipeline.gateway-0 - Packaging job Error 'TE_144067719915_000-and-MO_475612090600_005-1787183093'..."
},
{
"log": "2026-08-19 23:44:53,244 - INFO - pipeline.pipeline.gateway-0 - Got no compatible sites error 'GibbsFreeEnergyCrystal_A_hP68_194_ef2h2kl_Si_1200K__TE_144067719915_000-and-SW_ZhangXieHu_2014OptimizedSW2_Si__MO_475612090600_005'"
},
{
"log": "2026-08-19 23:39:28,699 - INFO - pipeline.pipeline.gateway-0 - Sending task 'pipeline.tasks.director_result' with contents {'job': ['GibbsFreeEnergyCrystal_A_hP58_164_2d3i3j_Si_1200K__TE_731535371423_000', 'MEAM_LAMMPS_DuLenoskyHennig_2011_Si__MO_883726743759_002'], 'jobid': 'TE_731535371423_000-and-MO_883726743759_002-1787080422', 'uuid': 'TE_731535371423_000-and-MO_883726743759_002-1787080422-tr', 'result_type': 'tr', 'status': 'approved', 'prompting_child': None, 'prompting_parent': None, 'prompting_function': 'runpair', 'priority': 1000000}"
},
{
"log": "2026-08-19 23:21:18,373 - INFO - pipeline.mongodb - Inserting result or error TE_731535371423_000-and-MO_883726743759_002-1787080422-tr "
},
{
"log": "2026-08-19 23:21:18,353 - INFO - pipeline.rsync_tools - Touching flag file, upload complete for 'TE_731535371423_000-and-MO_883726743759_002-1787080422-tr'"
},
{
"log": "2026-08-19 23:21:18,349 - INFO - pipeline.rsync_tools - ssh_touch_done cmd: ssh -F /home/gateway-user1/.ssh/config-gateway rsync-to-shared-repository \"touch /repo/home/.//pipeline/test-result-uploads/incoming//approved/./tr/TE_731535371423_000-and-MO_883726743759_002-1787080422-tr/upload_complete.txt\" >> /disk2/gateway/openkim-pipeline/logs/ssh.log 2>&1"
},
{
"log": "2026-08-19 23:21:18,344 - INFO - pipeline.rsync_tools - ssh_touch_done remote_file: /repo/home/.//pipeline/test-result-uploads/incoming//approved/./tr/TE_731535371423_000-and-MO_883726743759_002-1787080422-tr/upload_complete.txt"
},
{
"log": "2026-08-19 23:21:17,905 - INFO - pipeline.rsync_tools - running rsync for files: ['tr/TE_731535371423_000-and-MO_883726743759_002-1787080422-tr']"
},
{
"log": "2026-08-19 23:21:17,875 - INFO - pipeline.pipeline.gateway-0 - Processing jobid TE_731535371423_000-and-MO_883726743759_002-1787080422 with result type tr"
}
]
Query Link
https://query.openkim.org/raw?database=log&query=%7B%22id%22%3A%7B%22%24regex%22%3A%22gateway%22%7D%7D&fields=%7B%22log%22%3A1%2C%22_id%22%3A0%7D&sort=%5B%5B%22_id%22%2C-1%5D%5D&limit=10
Curl
curl --data-urlencode 'database=log' --data-urlencode 'query={"id":{"$regex":"gateway"}}' --data-urlencode 'fields={"log":1,"_id":0}' --data-urlencode 'sort=[["_id",-1]]' --data-urlencode 'limit=10' https://query.openkim.org/api
GET
https://query.openkim.org/api?database=log&query=%7B%22id%22%3A%7B%22%24regex%22%3A%22gateway%22%7D%7D&fields=%7B%22log%22%3A1%2C%22_id%22%3A0%7D&sort=%5B%5B%22_id%22%2C-1%5D%5D&limit=10
Python
result = requests.post("https://query.openkim.org/api",data={'database': 'log', 'query': '{"id":{"$regex":"gateway"}}', 'fields': '{"log":1,"_id":0}', 'sort': '[["_id",-1]]', 'limit': '10'}).json()
d3
d3.json('https://query.openkim.org/api?database=log&query=%7B%22id%22%3A%7B%22%24regex%22%3A%22gateway%22%7D%7D&fields=%7B%22log%22%3A1%2C%22_id%22%3A0%7D&sort=%5B%5B%22_id%22%2C-1%5D%5D&limit=10')
jQuery
$.post("https://query.openkim.org/api",{"database": "log", "query": "{\"id\":{\"$regex\":\"gateway\"}}", "fields": "{\"log\":1,\"_id\":0}", "sort": "[[\"_id\",-1]]", "limit": "10"});
pipeline.stdin.tpl
@< query({"database": "log", "query": {"id": {"$regularExpression": {"pattern": "gateway", "options": ""}}}, "fields": {"log": 1, "_id": 0}, "sort": [["_id", -1]], "limit": 10}) >@