Get CDE project log
GET/cde/:cde/:projectId/logs
Get CDE project log
Request
Path Parameters
cde stringrequired
projectId stringrequired
Responses
- 200
- 401
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
url stringnullable
Log download URL.
size int64
Log size.
time date-time
UTC DateTime of run
[
{
"url": "string",
"size": 0,
"time": "2024-07-29T15:51:28.071Z"
}
]
Unauthorized
Not Found
Server Error
Loading...