Retrieve Connection

get

[host-url]/dt-rest/v2/connections/{connectionId}

Retrieves a single Connection using the given ID.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

a Response object containing the connection details in JSON format with a 200 OK status code.
Body ()
Root Schema : ConnectionBaseDTO
Type: object
Represents a connection.
Show Source
Example:
{
    "name":"String",
    "connectionId":"String",
    "dateCreated":"2026-07-11T17:31:42.982077Z",
    "dateUpdated":"2026-07-11T17:31:42.982099Z"
}
Examples

401 Response

Unauthorized

404 Response

Not Found
Back to Top