Skip to main content
GET
/
api
/
v1
/
analyses
/
{id}
/
file_details
GET analyses file_details
curl --request GET \
  --url https://api.example.com/api/v1/analyses/{id}/file_details
{
  "files": []
}
GET the list of files produced by an analysis in JSON format, along with their sizes and pre-signed URLs.

Path Parameters

id
string
required

Response

200 - application/json

Successful operation

files
object[]