cURL
curl --request GET \ --url https://app.galaxy.ai/api/v1/nodes/runs/{runId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "nodeType": "<string>", "subModelId": "<string>", "status": "<string>", "input": "<unknown>", "output": null, "error": "<string>", "creditUsed": 123, "triggerRunId": "<string>", "createdAt": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response