Skip to main content
GET
Get a source binding

Autorizações

Authorization
string
header
obrigatório

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

Parâmetros de caminho

contextId
string<uuid>
obrigatório

Context ID

sourceId
string<uuid>
obrigatório

Source ID

bindingId
string<uuid>
obrigatório

Binding ID

Resposta

OK

contextId
string
obrigatório

Identifier of the context this binding belongs to.

Exemplo:

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

createdAt
string
obrigatório

Creation timestamp in RFC 3339 format.

Exemplo:

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

enabled
boolean
obrigatório

Whether the binding runs.

Exemplo:

true

format
string
obrigatório

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

Exemplo:

"br/cnab400/default"

id
string
obrigatório

Unique identifier of the binding.

Exemplo:

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

kind
enum<string>
obrigatório

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

Opções disponíveis:
file,
query
Exemplo:

"file"

scheduleSpec
string
obrigatório

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

Exemplo:

"@every 1h"

sourceId
string
obrigatório

Identifier of the source this binding belongs to.

Exemplo:

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

updatedAt
string
obrigatório

Last update timestamp in RFC 3339 format.

Exemplo:

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

connectionId
string

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

Exemplo:

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

transportConfig
object

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