Get the system-managed internal output config
curl -X GET 'https://dashboard.justcrawl.io/api/v1/integrations/outputs/internal' \ -H 'Authorization: Bearer $JUSTCRAWL_API_KEY'Returns the per-org internal output_config row provisioned by the
BI v3 Phase 0 0e backfill (V096). This config is the FK target every
auto-migrated bigdata workflow node references; the workflow editor
reads it to know which outputConfigId to set when inserting a new
bigdata node (“Add Internal warehouse” remediation, 0h). Steady-state
every org has one — 404 only fires on legacy orgs that predate the
V096 backfill, which should not exist in production.
Hidden from GET /api/v1/integrations/outputs by design — surfacing
it on the Integrations page would let org:manage users try to
delete or edit it. DELETE /api/v1/integrations/outputs/{id} also
refuses the internal config with 409.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”The org’s internal output configuration.
object
Example
{ "outputType": "s3"}Missing or invalid authentication token
object
Example
{ "error": "Missing or invalid authentication token"}Insufficient permissions for this operation
object
Example
{ "error": "No organization. Complete onboarding first."}Resource not found
object
Example
{ "error": "Workflow not found"}Unexpected server error. Logs and PostHog $exception capture
object
Example
{ "error": "Something went wrong"}