← Tools Reference

Northflank

Northflank integration (Developer Tools). Imported from open-connector.

API key4 toolshttps://api.northflank.com
GET
northflank_list_projects
List Northflank projects available to the authenticated token.

/v1/projects

3 parameters
ParamTypeRequiredDescription
per_pageintegeroptionalThe number of results to display per request. Maximum of 100.
pageintegeroptionalThe page number to access.
cursorstringoptionalThe cursor returned from the previous page of results.
GET
northflank_get_project
Retrieve details for a Northflank project.

/v1/projects/{projectId}

1 parameter
ParamTypeRequiredDescription
projectIdstringrequiredID of the project.
GET
northflank_list_services
List Northflank services in a project.

/v1/projects/{projectId}/services

4 parameters
ParamTypeRequiredDescription
projectIdstringrequiredID of the project.
per_pageintegeroptionalThe number of results to display per request. Maximum of 100.
pageintegeroptionalThe page number to access.
cursorstringoptionalThe cursor returned from the previous page of results.
GET
northflank_get_service
Retrieve details for a Northflank service.

/v1/projects/{projectId}/services/{serviceId}

2 parameters
ParamTypeRequiredDescription
projectIdstringrequiredID of the project.
serviceIdstringrequiredID of the service.