Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.argalabs.com/llms.txt

Use this file to discover all available pages before exploring further.

GET /validate/twins/provision/{run_id}/status
Returns provisioning status, twin URLs, env vars, proxy token, and seed results when available. Response fields
FieldTypeDescription
run_idstringProvisioning run id.
statusstringprovisioning, ready, failed, or another run status.
twinsobjectMap of twin name to connection details. Populated when ready.
twins[name].base_urlstringURL your app should call for that provider.
twins[name].admin_urlstringPrivate admin URL for state/reset operations.
twins[name].env_varsobjectSuggested env vars and credentials for your app.
proxy_token`stringnull`Token for private proxy access.
seed_results`objectnull`Per-twin seeding results.
is_publicbooleanWhether base_url is public.