/
SW
swissopenem
/
SciCat Ingestor API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 9m ago · Updated 10mo ago
Details
Filter operations
authentication
3
dataset
2
extractor
1
other
2
transfer
2
get
Get list of transfers. Optional use the transferId parameter to only get one item.
delete
Cancel a data transfer
get
get metadata of a dataset
transfer
Cancel a data transfer
delete
/transfer
Request body
DeleteTransferRequest
required
ingestId
string
Ingestion id to abort the ingestion
Response
Transfer canceled successfully
DeleteTransferResponse
required
ingestId
string
Ingestion id to abort the ingestion
status
string
New status of the ingestion.
Changes