Execution
Get files for an execution
GET
Path Parameters
Response
200
application/json
List of file records associated with the execution.
Unique file identifier.
Example:
"1"
Execution ID associated with the file.
Example:
"123e4567-e89b-12d3-a456-426614174000"
Full GCS object path (e.g., "2023-10-21_14-05-01/1697892305-screenshot.png").
Example:
"2023-10-21_14-05-01/1697892305-screenshot.png"
File extension.
Example:
"png"
File name.
Example:
"1697892305-screenshot.png"
Size of the file in bytes.
Example:
2048
MIME type of the file.
Example:
"image/png"
Timestamp when the file record was created.
Example:
"2023-10-21T14:05:01Z"
Signed URL to download the file.
Example:
"https://storage.googleapis.com/asteroid-files/123e4567-e89b-12d3-a456-426614174000/2023-10-21_14-05-01/1697892305-screenshot.png"