녹음 메타 조회
Name
Value
Name
Type
Description
{
"success": true,
"data": {
"recording": {
"id": "<recordingId>",
"title": "녹음 제목",
"duration": 360,
"source": "upload",
"coreSummary": "핵심 요약",
"createdAt": "2026-07-29T08:42:47.000Z",
"owner": {
"id": "<userId>",
"name": "담당자 이름"
}
}
}
}{
"success": false,
"message": "에러 메세지"
}Last updated
Was this helpful?