Skip to main content
GET
Key type: requires a private key. A public key returns 403 here, because it may only upload — see key types and scope. Call this from your server, never from browser code.

Overview

Returns the full record for a single source, looked up by sourceId. The response is wrapped as { "success": true, "data": { ... } }. Returns 404 if the id doesn’t exist or belongs to a different workspace.

Path parameters

data object

id, name, type, configuration (secrets masked), is_active, created_at, updated_at

Next steps

Update source

Change this source’s name or configuration.

Delete source

Permanently remove this source from your workspace.

Authorizations

x-api-key
string
header
required

API key for public endpoints. Can also be provided via Authorization: Bearer

Path Parameters

sourceId
string<uuid>
required

Source ID

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$

Response

Source details

Source details

success
enum<boolean>
required
Available options:
true
data
object
required