Results
[
{
"log": "2026-04-15 12:06:26,482 - INFO - pipeline.pipeline.gateway-0 - Sending task 'pipeline.tasks.director_result' with contents {'job': ['DislocationCoreEnergyCubic_bcc_W_0p50p50p5_001__TE_813608849396_001', 'EAM_Dynamo_ChenFangLiu_2019_WRe__MO_473237400492_000'], 'jobid': 'TE_813608849396_001-and-MO_473237400492_000-1776182003', 'uuid': 'TE_813608849396_001-and-MO_473237400492_000-1776182003-er', 'result_type': 'er', 'status': 'approved', 'prompting_child': None, 'prompting_parent': ['ElasticConstantsCubic_bcc_W__TE_866278965431_006', 'EAM_Dynamo_ChenFangLiu_2019_WRe__MO_473237400492_000'], 'prompting_function': 'run', 'priority': 1000000}"
},
{
"log": "2026-04-15 12:05:58,190 - INFO - pipeline.mongodb - Inserting result or error TE_813608849396_001-and-MO_473237400492_000-1776182003-er "
},
{
"log": "2026-04-15 12:05:58,172 - INFO - pipeline.rsync_tools - Touching flag file, upload complete for 'TE_813608849396_001-and-MO_473237400492_000-1776182003-er'"
},
{
"log": "2026-04-15 12:05:58,168 - 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/./er/TE_813608849396_001-and-MO_473237400492_000-1776182003-er/upload_complete.txt\" >> /disk2/gateway/openkim-pipeline/logs/ssh.log 2>&1"
},
{
"log": "2026-04-15 12:05:58,163 - INFO - pipeline.rsync_tools - ssh_touch_done remote_file: /repo/home/.//pipeline/test-result-uploads/incoming//approved/./er/TE_813608849396_001-and-MO_473237400492_000-1776182003-er/upload_complete.txt"
},
{
"log": "2026-04-15 12:05:58,093 - INFO - pipeline.rsync_tools - running rsync for files: ['er/TE_813608849396_001-and-MO_473237400492_000-1776182003-er']"
},
{
"log": "2026-04-15 12:05:58,078 - INFO - pipeline.pipeline.gateway-0 - Processing jobid TE_813608849396_001-and-MO_473237400492_000-1776182003 with result type er"
},
{
"log": "2026-04-15 12:05:58,070 - INFO - pipeline.pipeline.gateway-0 - Sending task 'pipeline.tasks.director_result' with contents {'job': ['ElasticConstantsCrystal_A_cI20_217_ce_N__TE_330114205740_001', 'MEAM_LAMMPS_Asthana_2026_GaMgN__MO_302603386351_000'], 'jobid': 'TE_330114205740_001-and-MO_302603386351_000-1776149806', 'uuid': 'TE_330114205740_001-and-MO_302603386351_000-1776149806-tr', 'result_type': 'tr', 'status': 'approved', 'prompting_child': None, 'prompting_parent': ['EquilibriumCrystalStructure_A_cI20_217_ce_N__TE_269245041750_003', 'MEAM_LAMMPS_Asthana_2026_GaMgN__MO_302603386351_000'], 'prompting_function': 'run', 'priority': 1000000}"
},
{
"log": "2026-04-15 12:05:30,775 - INFO - pipeline.mongodb - Inserting result or error TE_330114205740_001-and-MO_302603386351_000-1776149806-tr "
},
{
"log": "2026-04-15 12:05:30,757 - INFO - pipeline.rsync_tools - Touching flag file, upload complete for 'TE_330114205740_001-and-MO_302603386351_000-1776149806-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}) >@