Get object metadata

Auxiliary endpoint allowing for the verification that an object with a given key exists.

SecurityawsSignatureV4
Request
path Parameters
connectionId
required
string

The datapool connection id obtained when configuring the ingestion through the Celonis UI.

tableName
required
string

The configured source table name for this ingestion

objectKey
required
string

A tenant-scoped object key. Please refer to AWS documentation for the allowed characters and length limitations

Responses
200

OK

401

Unauthorized access.

403

Forbidden access.

404

The specified resource does not exist.

default

Default error

head/api/data-ingestion/continuous/connection/{connectionId}/{tableName}/{objectKey}