Zum Hauptinhalt springen
GET
/
api
/
reporting
/
v2
/
exports
/
transaction-steps
/
{requestId}
/
status
Status der Exportanforderung für Transaction Steps abrufen
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"
  }
}

Autorisierungen

Authorization
string
header
erforderlich

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

Pfadparameter

requestId
string
erforderlich

Antwort

OK

status
enum<string>

Aktueller Status der Anfrage

Verfügbare Optionen:
New,
Queued,
Processing,
Succeeded,
Failed,
Cancelled
totalFileCount
string | null

Anzahl der Ergebnisdateien bei erfolgreich abgeschlossener Verarbeitung Auf die Ergebnisdateien kann über ihre Indizes zugegriffen werden

correlationId
string | null

Korrelations-ID des Vorgangs zur Berichtserstellung Im Fehler- oder Abbruchfall unterstützt die Korrelations-ID die weitere Analyse

filters
object

Die zur Erstellung des Berichts verwendeten Filter