Skip to main content
GET
Get a source binding

Autorizaciones

Authorization
string
header
requerido

Bearer token authentication (format: "Bearer {token}")

Parámetros de ruta

contextId
string<uuid>
requerido

Context ID

sourceId
string<uuid>
requerido

Source ID

bindingId
string<uuid>
requerido

Binding ID

Respuesta

OK

contextId
string
requerido

Identifier of the context this binding belongs to.

Ejemplo:

"550e8400-e29b-41d4-a716-446655440000"

createdAt
string
requerido

Creation timestamp in RFC 3339 format.

Ejemplo:

"2025-01-15T10:30:00Z"

enabled
boolean
requerido

Whether the binding runs.

Ejemplo:

true

format
string
requerido

Declared format the binding produces, as a region/family-namespaced descriptor key.

Ejemplo:

"br/cnab400/default"

id
string
requerido

Unique identifier of the binding.

Ejemplo:

"550e8400-e29b-41d4-a716-446655440000"

kind
enum<string>
requerido

Rail the source is pulled on. file fetches files via a transport; query pulls rows through a discovery-engine connection.

Opciones disponibles:
file,
query
Ejemplo:

"file"

scheduleSpec
string
requerido

Interval schedule spec the binding scheduler reads (cron or @every duration).

Ejemplo:

"@every 1h"

sourceId
string
requerido

Identifier of the source this binding belongs to.

Ejemplo:

"550e8400-e29b-41d4-a716-446655440000"

updatedAt
string
requerido

Last update timestamp in RFC 3339 format.

Ejemplo:

"2025-01-15T10:30:00Z"

connectionId
string

Query-rail engine connection reference (UUID). Omitted for file-rail bindings.

Ejemplo:

"550e8400-e29b-41d4-a716-446655440000"

transportConfig
object

File-rail transport configuration. Omitted for query-rail bindings.