파일 정보 조회
작성일 2026.03.18 | 수정일 2026.03.18
GET
/storage/v1/files/:fileIdParameters
fileId*— 조회할 파일 ID(32자)
특정 파일의 상세 정보를 조회합니다.
Response
Structure
Response
{
"fileId": "ST01FZ_abc12345678901234567890",
"accountId": "12345678901234",
"name": "프로모션 배너",
"originalName": "NyT7u.jpg",
"url": "https://coolsms-storage.s3.ap-northeast-2.amazonaws.com/12345678901234/ST01FZ_abc12345678901234567890",
"type": "KAKAO",
"link": "https://example.com/promotion",
"width": 800,
"height": 400,
"fileSize": 102400,
"references": [],
"dateCreated": "2024-07-01T12:00:00.000Z",
"dateUpdated": "2024-07-01T12:00:00.000Z"
}