File Details
POST {{baseUrl}}/api/v1/entities/patient/entries/lineage/file
This API returns the lineage of a file based on the file path. The API returns the number of messages in the file, the time at which the first message was ingested, the time at which the last message was ingested, the status od the job.
Request Body
{"file_name"=>""}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |
RESPONSES
status: OK
{"messages_count":"\u003cnumber\u003e","firstMessageIngestionTime":"\u003cstring\u003e","lastMessageIngestionTime":"\u003cstring\u003e","pipelines_batch_jobs_status":"\u003cstring\u003e","source_file":"\u003cstring\u003e","status":"\u003cstring\u003e"}