Hi,
I issue this call to the API:
https://usegalaxy.org/api/workflows/ba06423ff18d37cc/invocations?key=REDACTED
and get this response:
[ { "update_time": "2015-08-06T11:51:49.365687", "uuid": "665407a8-3c31-11e5-bd2a-005056a52a46", "history_id": "148c3a937daeb25d", "state": "scheduled", "workflow_id": "2f758b3dbd05a2fd", "model_class": "WorkflowInvocation", "id": "b15748f3ceed3c8a" } ]
My first question is why is the workflow_id in the JSON different than the workflow ID in the request?
My second question is that in the API docs, it shows this:
GET /api/workflows/{workflow_id}/invocation/{invocation_id}
I tried that with all combinations of IDs i could think of, but always get ERROR: NOT FOUND
https://usegalaxy.org/api/workflows/ba06423ff18d37cc/invocation/2f758b3dbd05a2fd?key=REDACTED
https://usegalaxy.org/api/workflows/ba06423ff18d37cc/invocation/b15748f3ceed3c8a?key=REDACTED
https://usegalaxy.org/api/workflows/2f758b3dbd05a2fd/invocation/b15748f3ceed3c8a?key=REDACTED
what am i doing wrong?
thanks,
steve