GET
/
execution
/
{id}
/
files
[
  {
    "id": "1",
    "execution_id": "123e4567-e89b-12d3-a456-426614174000",
    "file_path": "2023-10-21_14-05-01/1697892305-screenshot.png",
    "file_ext": "png",
    "file_name": "1697892305-screenshot.png",
    "file_size": 2048,
    "mime_type": "image/png",
    "created_at": "2023-10-21T14:05:01Z",
    "signed_url": "https://storage.googleapis.com/asteroid-files/123e4567-e89b-12d3-a456-426614174000/2023-10-21_14-05-01/1697892305-screenshot.png"
  }
]

Path Parameters

id
string
required

Response

200
application/json

List of file records associated with the execution.

The response is of type object[].