Skip to main content
GET
Get context setup progress

Autorizações

Authorization
string
header
obrigatório

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

Parâmetros de caminho

contextId
string<uuid>
obrigatório

Context ID

Resposta

OK

contextId
string
obrigatório

Identifier of the context this progress report describes.

Exemplo:

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

fieldMaps
object
obrigatório

Field-map coverage across the context's sources.

lastRun
object
obrigatório

Most recent match run; null when the context has never run.

matchRules
object
obrigatório

Match-rule count for the context.

readiness
object
obrigatório

Activation readiness summary.

schedules
object
obrigatório

Schedule count for the context.

sources
object
obrigatório

Source counts split by matching side.

status
enum<string>
obrigatório

Current context lifecycle status. DRAFT is being configured; ACTIVE runs; PAUSED is suspended; ARCHIVED is retired.

Opções disponíveis:
DRAFT,
ACTIVE,
PAUSED,
ARCHIVED
Exemplo:

"DRAFT"