메인 콘텐츠로 건너뛰기
GET
/
api
/
reporting
/
v2
/
exports
/
transaction-steps
/
{requestId}
/
status
트랜잭션 단계 내보내기 요청 상태 조회
curl --request GET \
  --url https://vantage-us.abbyy.com/api/reporting/v2/exports/transaction-steps/{requestId}/status \
  --header 'Authorization: Bearer <token>'
{
  "status": "New",
  "totalFileCount": "<string>",
  "correlationId": "<string>",
  "filters": {
    "startDate": "2025-12-17T15:36:38.524Z",
    "skillId": "<string>",
    "transactionId": "<string>",
    "endDate": "2023-11-07T05:31:56Z"
  }
}

인증

Authorization
string
header
필수

The access token received from the authorization server in the OAuth 2.0 flow.

경로 매개변수

requestId
string
필수

응답

확인

status
enum<string>

요청의 실제 상태

사용 가능한 옵션:
New,
Queued,
Processing,
Succeeded,
Failed,
Cancelled
totalFileCount
string | null

처리가 성공적으로 완료된 경우의 결과 파일 개수입니다. 결과 파일은 인덱스로 접근할 수 있습니다.

correlationId
string | null

보고서 생성 프로세스의 상관 ID 실패 또는 취소가 발생한 경우, 이 상관 ID는 후속 조사에 도움이 됩니다

filters
object

보고서 생성에 사용된 필터