List services
northflank_list_servicesList services in a project (build / deployment / combined) with their build+deployment status. GET /v1/projects/{projectId}/services.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to access. | |
| cursor | No | Cursor from a previous page's pagination.cursor to fetch the next page. | |
| per_page | No | Results per page (max 100). | |
| projectId | Yes | Project id. |