Skip to main content
GET
Read the FGTS guarantee execution this gateway holds for a contract

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Path Parameters

numero_contrato
string
required

The rail contract number whose guarantee execution is read.

Required string length: 1 - 15
Example:

"99999999999AN1"

Response

OK

claimedAt
string<date-time>
required

Instant the gateway durably recorded the request, RFC 3339 UTC. It is written BEFORE the rail call, so it exists for every record here.

Example:

"2026-07-30T12:00:00Z"

numeroContrato
string
required

The contract the guarantee execution was addressed to.

Example:

"99999999999AN1"

status
enum<string>
required

Durable status. executed means the rail confirmed and the protocolo is the proof; refused means the rail PROVED it executed nothing, which releases the contract for a corrected request under a fresh key; claimed and unknown both mean the effect at the rail is NOT established, and Manual 017 publishes no operation that asks it — so neither is a retry, both are operator reconciliation.

Available options:
claimed,
executed,
unknown,
refused
Example:

"executed"

dtPrevRepasse
string

Forecast repasse date (yyyy-MM-dd), as the rail published it. Absent when it published none.

Example:

"2026-07-15"

protocolo
string

The rail's own receipt for the movement, up to 32 digits. A string so 32 digits survive without precision loss. Present only on an executed record.

Example:

"12345678901234567890123456789012"

settledAt
string<date-time>

Instant the record reached its terminal state, RFC 3339 UTC. ABSENT while the record is still claimed.

Example:

"2026-07-30T12:00:04Z"