SyncList scope candidates

List scope candidates

This client's connections, each flagged in_scope and suggested.

Discovery proposes; it never decides. Which connections belong to a client is not reliably answerable from an Airbyte workspace — real ones mix per-connector and per-client namespaces, and a bare-uuid namespace can belong to someone else entirely. Use suggested to pre-tick boxes, and let a human confirm: syncing a neighbour's connection on this client's schedule, or omitting a source the consumer needs, both cost more than one click.

curl -X GET "https://mythic-analytics.gulp.workers.dev/client/v1/airbyte/pipelines/example_string/candidates" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
{
  "success": true,
  "data": [
    {
      "id": "example_string",
      "connection_id": "example_string",
      "platform": "example_string",
      "display_name": "John Doe",
      "status": "example_string",
      "in_scope": true,
      "suggested": true,
      "managed_by_pipeline": true
    }
  ]
}
GET
/pipelines/{clientId}/candidates
GET
Base URLstring

Target server for requests. Edit to use your own host.

Bearer Token
Bearer Tokenstring
Required

Agency key as bearer token, format Bearer ak_.... Grants full read-write access scoped to the agency. Agency-wide scoped keys (mcp_ with no fixed location) are accepted too and need airbyte:read or airbyte:write; a client-bound mcp_ key gets 403 agency_key_required. See Using an mcp_ key over HTTP.

Agency key as bearer token, format Bearer ak_.... Grants full read-write access scoped to the agency. Agency-wide scoped keys (mcp_ with no fixed location) are accepted too and need airbyte:read or airbyte:write; a client-bound mcp_ key gets 403 agency_key_required. See Using an mcp_ key over HTTP.
Bearer Token
Bearer Tokenstring
Required

Location secret key as bearer token, format Bearer sk_.... Grants read-only access; the agency is resolved from the location. Write endpoints return 403.

Location secret key as bearer token, format Bearer sk_.... Grants read-only access; the agency is resolved from the location. Write endpoints return 403.
path
clientIdstring
Required

Client (location) identifier the pipeline belongs to.

Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token. Agency key as bearer token, format Bearer ak_.... Grants full read-write access scoped to the agency. Agency-wide scoped keys (mcp_ with no fixed location) are accepted too and need airbyte:read or airbyte:write; a client-bound mcp_ key gets 403 agency_key_required. See Using an mcp_ key over HTTP.

header
Authorizationstring
Required

Bearer token. Location secret key as bearer token, format Bearer sk_.... Grants read-only access; the agency is resolved from the location. Write endpoints return 403.

Path Parameters

clientIdstring
Required

Client (location) identifier the pipeline belongs to.

Responses

successboolean
dataarray