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>'
{
  "correlationId": "<string>",
  "filters": {
    "startDate": "2025-12-17T15:36:38.524Z",
    "endDate": "2023-11-07T05:31:56Z",
    "skillId": "<string>",
    "transactionId": "<string>"
  },
  "totalFileCount": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

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

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

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