public_sources
public
Sources

Get Source details

get/sources/{sourceId}

Query parameters

includeSecretCoordinatesboolean

Rather than return *** for secret properties include the secret coordinate information. Coordinates are opaque pointers, not secret values, and resolving one requires access to the secret storage that holds it. They are not stable: a coordinate changes when the secret is rewritten.

Response

Get a Source by the id in the path.

sourceIdstring UUID required
namestring required
sourceTypestring required
definitionIdstring UUID required
workspaceIdstring UUID required
createdAtinteger required

Example response

{
  "sourceId": "18dccc91-0ab1-4f72-9ed7-0b8fc27c5826",
  "name": "Analytics Team Postgres",
  "sourceType": "postgres",
  "workspaceId": "871d9b60-11d1-44cb-8c92-c246d53bf87e",
  "definitionId": "321d9b60-11d1-44cb-8c92-c246d53bf98e"
}

Changes