Check the status of an ingestion
This endpoint retrieves the current status of an ingestion session. This endpoint should be polled periodically after submitting the request to the endpoint to get updates on the processing status.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
ingestionId
The generated Batch ID from an ingestion process.
Response
OK
ingestionName
The name of ingestion.
ingestionId
The Ingestion ID that has been created as part of the ingestion process.
namespace
The Entity namespace.
entity
The Entity name.
state
The current state of the ingestion session.
timeout
Text representing a valid duration in the ISO-8601 format, for example PT15M.
openedBy
The username of the user who created the ingestion session.
openedOn
The date and time when the ingestion session was created.
closedBy
The username of the user who closed the ingestion session. Present only if the state is 'closed'.
closedOn
The actual close date and time of the ingestion. Present only if the state is 'closed'.
closeReason
The close reason of an ingestion session.
totalRows
The total number of records ingested into Fynapse.
successRows
The total number of records successfully ingested into Fynapse.
failedRows
The total number of records that failed to be ingested into Fynapse.
processingStatus
The current processing status of an ingestion session.
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
5XX
Server Error