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 sources (your workspace’s cloud storage and image-source origins) alongside meta pagination (page, limit, total, hasMore). Filter by name with search or by type.
Sensitive configuration fields (access_key, secret_key, connection_string, service_account_json) are always masked in the response — the API never returns your stored secrets in plaintext.

Query parameters

Response fields

sources[]: id, name, type, configuration (secrets masked), is_active, created_at, updated_at meta: page, limit, total, hasMore

Next steps

Create source

Add a new S3, Azure, Google Cloud, or image source.

Source details

Fetch the full record for one source by its id.

Authorizations

x-api-key
string
header
required

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

Query Parameters

Partial name match (case-insensitive)

type
enum<string>

Filter by source type

Available options:
s3,
azure,
google_cloud,
image_source
page
integer
default:1
Required range: 1 <= x <= 9007199254740991
limit
integer
default:10
Required range: 1 <= x <= 100

Response

Sources list

Sources list

sources
object[]
required
meta
object
required