Skip to main content
GET
List sources

Authorizations

Authorization
string
header
default:woesk_your_api_key_here
required

Workspace API key that starts with woesk_. Paste your own key into the docs playground; never expose it in browser code.

Query Parameters

status
enum<string>

Filter sources by ingestion status.

Available options:
pending,
processing,
ready,
failed
type
enum<string>

Filter sources by source type.

Available options:
auto,
openapi,
json,
url,
website,
text,
graphql,
postman,
asyncapi,
grpc,
soap,
github,
notion,
confluence,
hubspot
limit
integer
default:50

Maximum number of sources to return.

Required range: 1 <= x <= 100

Response

Source list.

object
string
required
Allowed value: "list"
hasMore
boolean
required
sources
object[]
required
Last modified on July 4, 2026