v1

latestOpenAPI 3.0.0MIT2026-07-14102210128.7 KB
source

Search sources

post/v1/sources/search

Request body

{"stackTrail":"components:schemas:SourceConfiguration","oasType":"schema","type":"unknown","description":"The values required to configure the source. The schema for this must match the schema return by source_definition_specifications/get for the source.","example":{"user":"charles"}}
namestring
sourceDefinitionIdstring uuid
sourceIdstring uuid
sourceNamestring
workspaceIdstring uuid

Example request

{
  "connectionConfiguration": {
    "user": "charles"
  }
}

Response

Successful operation

Example response

{
  "sources": [
    {
      "connectionConfiguration": {
        "user": "charles"
      }
    }
  ]
}