To enable the Compliance API, see the setup guide.
Set up the Compliance APIClaude 생성 파일 메타데이터 조회
GET/v1/compliance/apps/chats/generated-files/{claude_gen_file_id}
어시스턴트가 도구 사용을 통해 생성한 파일의 메타데이터를 반환합니다.
바이트를 다운로드하려면 형제 엔드포인트인 /content를 사용하세요.
Path parameters
Headers
Returns
Claude 생성 파일 메타데이터 조회
cURL
curl https://api.anthropic.com/v1/compliance/apps/chats/generated-files/$CLAUDE_GEN_FILE_ID \
-H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"Response 200
{
"id": "id",
"claude_chat_id": "claude_chat_id",
"created_at": "2019-12-27T18:11:19.117Z",
"filename": "filename",
"md5": "md5",
"mime_type": "mime_type",
"size_bytes": 0
}Returns Examples
Response 200
{
"id": "id",
"claude_chat_id": "claude_chat_id",
"created_at": "2019-12-27T18:11:19.117Z",
"filename": "filename",
"md5": "md5",
"mime_type": "mime_type",
"size_bytes": 0
}