Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Netter projects API

The projects API from Netter — 11 operation(s) for projects.

Netter projects API is one of 44 APIs that Netter publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include projects. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 15 operations across 11 paths, and defines 16 schemas. It is described by OpenAPI 3.1.0, at version 0.1.0.

Requests are made against the base URL https://api.netter.ai.

15 operations 11 paths 16 schemas 2 DELETE7 GET1 PATCH4 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.1.0
Base URL
https://api.netter.ai
Resource Areas
1

Paths & Operations 15

Across 11 paths, the API surfaces 15 operations — 2 DELETE, 7 GET, 1 PATCH, 4 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

projects 15
POST
/api/v1/projects/
Create Project
create_project_api_v1_projects__post body → 201422
GET
/api/v1/projects/
List Projects
list_projects_api_v1_projects__get 1 param → 200422
GET
/api/v1/projects/{project_id}
Get Project
get_project_api_v1_projects__project_id__get 1 param → 200422
PATCH
/api/v1/projects/{project_id}
Update Project
update_project_api_v1_projects__project_id__patch 1 param body → 200422
DELETE
/api/v1/projects/{project_id}
Delete Project
delete_project_api_v1_projects__project_id__delete 1 param → 204422
POST
/api/v1/projects/{project_id}/suppress
Suppress Project
suppress_project_api_v1_projects__project_id__suppress_post 1 param → 200422
POST
/api/v1/projects/{project_id}/unsuppress
Unsuppress Project
unsuppress_project_api_v1_projects__project_id__unsuppress_post 1 param → 200422
GET
/api/v1/projects/{project_id}/suppression-preview
Get Suppression Preview
get_suppression_preview_api_v1_projects__project_id__suppression_preview_get 1 param → 200422
PUT
/api/v1/projects/{project_id}/favorite
Favorite Project
favorite_project_api_v1_projects__project_id__favorite_put 1 param → 200422
DELETE
/api/v1/projects/{project_id}/favorite
Unfavorite Project
unfavorite_project_api_v1_projects__project_id__favorite_delete 1 param → 200422
GET
/api/v1/projects/{project_id}/dashboards
List Project Dashboards
list_project_dashboards_api_v1_projects__project_id__dashboards_get 2 params → 200422
GET
/api/v1/projects/{project_id}/databases
List Project Databases
list_project_databases_api_v1_projects__project_id__databases_get 1 param → 200422
GET
/api/v1/projects/{project_id}/chat
Get Or Create Project Chat
get_or_create_project_chat_api_v1_projects__project_id__chat_get 1 param → 200422
POST
/api/v1/projects/{project_id}/run-all
Run All Steps
run_all_steps_api_v1_projects__project_id__run_all_post 1 param → 200422
GET
/api/v1/projects/{project_id}/lineage
Get Project Lineage
get_project_lineage_api_v1_projects__project_id__lineage_get 1 param → 200422

Schemas 16

The contract defines 16 schemas that model the data the API accepts and returns. The most detailed are DatabaseRead (27 properties), LineageStepNode (24 properties), DashboardRead (16 properties), ProjectRead (14 properties). Each schema is shown below with its type and property counts.

LineageEdge
object
An edge in the lineage DAG.
3 properties 3 required
LineageStepNode
object
A single step in the project DAG (includes virtual steps).
24 properties 6 required
ProjectCreate
object
2 properties 1 required
ValidationError
object
5 properties 3 required
DashboardRead
object
16 properties 14 required
LineageExternalNode
object
An external system (source or sink).
7 properties 4 required
ConsumerRef
object
5 properties 5 required
ProjectRead
object
14 properties 8 required
app__projects__schemas__EntityRead
object
Entity response for lineage view.
4 properties 4 required
HTTPValidationError
object
1 property
DatabaseWithConsumers
object
4 properties 4 required
LineageTriggerNode
object
A step trigger (schedule or manual).
5 properties 4 required
SuppressionPreview
object
2 properties 2 required
ProjectLineageResponse
object
Full project lineage DAG for the Foundry-style view.
5 properties 3 required
ProjectUpdate
object
2 properties
DatabaseRead
object
27 properties 16 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

netter-projects-api-openapi.yml Raw ↑

Other APIs Netter publishes across the network.

Netter actions API
Netter api-keys API
Netter app-chat API
Netter apps API
Netter apps-query API
Netter assistant API
Netter attributes API
Netter automations API
Netter chats API
Netter companies API
Netter dashboard-chat API
Netter dashboard-data API