Documentation Index
Fetch the complete documentation index at: https://developers.argosidentity.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
요청
쿼리 파라미터
| 파라미터 | 타입 | 필수 | 기본값 | 설명 |
|---|---|---|---|---|
locale | string | en | 리포트 언어: en, ko | |
includeRawData | boolean | false | 리포트에 원시 추출 데이터를 포함할지 여부 |
응답 (200 OK)
응답은 다음 헤더가 포함된 바이너리 PDF 파일입니다:| 헤더 | 값 |
|---|---|
Content-Type | application/pdf |
Content-Disposition | attachment; filename="analysis_{id}_report.pdf" |
응답 본문은 바이너리 PDF 데이터입니다.
curl의 -o 플래그(또는 사용 중인 HTTP 클라이언트의 동등한 옵션)를 사용하여 파일을 디스크에 직접 저장하세요.에러 코드
| Status | Code | 설명 |
|---|---|---|
| 400 | REPORT_NOT_AVAILABLE | 분석이 completed 상태가 아닙니다 |
| 404 | ANALYSIS_NOT_FOUND | 지정된 분석을 찾을 수 없습니다 |