GEThttp://localhost:5173/api/v1/private/attachment/list?project_id=project_id&entity_type=trace&entity_id=entity_id&path=path
Query Parameters
View in API Reference
Request
$curl -G http://localhost:5173/api/v1/private/attachment/list \
> -d project_id=project_id \
> -d entity_id=entity_id \
> -d path=path \
> -d entity_type=trace
Response