cURL
curl --request GET \ --url https://script.so/api/v1/executions/{executionId}/results \ --header 'Authorization: Bearer <token>'
{ "execution_id": "<string>", "status": "<string>", "outputs": {}, "files": [ { "name": "orders.csv", "url": "https://files.script.so/exec_abc123/orders.csv", "size_bytes": 1024, "content_type": "text/csv" } ] }
Retrieve the output files and data from a completed execution
API key authentication. Get your key from Settings → API Keys.
Use sk_live_ prefix for production, sk_test_ for development.
sk_live_
sk_test_
Execution ID
"exec_abc123"
Execution results
Show child attributes