latestOpenAPI 3.0.12026-08-10434791.3 KB
4eedf1838ef4
Log
List log files of an attempt with filters
get/api/logs/{attempt_id}/files
Path parameters
attempt_idinteger required
attempt id
Query parameters
taskstring
partial prefix match filter on task name
direct_downloadboolean
enable returning direct download handle
Response
default response
Example response
{
"files": [
{
"agentId": "452660@ip-10-20-161-114",
"direct": "https://digdag-server-development-eu01.s3.eu-central-1.amazonaws.com/log/2023-08-22/1.264c...",
"fileName": "+wf1+t1@64e44ee12f7e43a0.452660@ip-10-20-161-114.log.gz",
"fileSize": 65535,
"fileTime": "2023-08-18T06:52:33Z",
"fileTimestamp": "1970-01-23T04:56:01.23456Z",
"taskName": "+wf1+t1"
}
]
}