Skip to main content

Land From Connection

POST 

/traces/connections/:connection_id/land

Enqueue an ingest that pulls from a saved object-store connection and return the pending run (202).

Uses the connection's own saved workspace, project, SUT, and retention scope — nothing about the landing target is supplied by the caller beyond the connection id. Returns 404 if the connection does not exist or belongs to a workspace the caller is not a member of. Returns 403 if the connection's source is not one the platform may pull from. Returns 422 if the connection's source type is unsupported or its bucket is unset. Returns 409 if another ingest for the same connection's buffer is already in progress.

Request​

Responses​

Successful Response