Skip to main content
GET
/
api
/
v1
/
automations
/
{id}
/
examples
/
{exampleId}
/
expected
/
{path}
Download expected dataset file
curl --request GET \
  --url https://studio.eigenpal.com/api/v1/automations/{id}/examples/{exampleId}/expected/{path} \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

API key issued from Settings → API Keys. Pass as Authorization: Bearer <key>.

Path Parameters

id
string
required

Automation id or typed alias.

exampleId
string
required

Dataset example id.

path
string
required

Path under the example expected folder.

Response

Expected dataset file.

Expected file bytes.