Search...
/
Login
Join the Waitlist
Wiki
Documentation
Dashboard API
Build a new feature
API Reference
POST
Webhook
GET
Events
experiments
tasks
runs
POST
Get Runs
GET
Get Public Runs Count
GET
Get User Runs Count
GET
Get Run
GET
Get Hb Details
PUT
Update Config
GET
Get Run Artifact
attributes_levels
personas
traits
stripe
copilot
analytics
market-simulator
main
Login
Join the Waitlist
API Reference
runs
Get Run Artifact
GET
//
/
runs
/
artifact
/
:file_name
Fetch a specific artifact file from a run.
Parameters:
file_name
: Name of the artifact file to retrieve
Returns:
FileResponse: The requested artifact file
JSONResponse: Error message if the file is not found
Notes:
Automatically deletes the local artifact directory after serving the file
Raises:
HTTPException 504: If the request times out
HTTPException 500: For other errors in fetching the artifact
Path parameters
file_name
string
Required
Response
This endpoint returns any.
Built with