cURL
curl --request GET \ --url https://api.example.com/v1/runs/{run_id}/data \ --header 'X-API-Key: <api-key>'
{ "created_at": "2023-11-07T05:31:56Z", "structured_data": {} }
Get the data for a run by it’s ID
Successful Response