Skip to main content

Fetches all fleets in the project

GET http://localhost:8080/core/api/v1/projects/:project_id/fleets

Fetches all fleets in the project.

Path Parameters
  • project_id string required

    Project ID

Responses

Success" {"ok":1,"data":{"fleets":[{"id":"<fleet_id>","name":"<fleet_name>","description":"<fleet_description>","created_at":"<fleet_created_at>","updated_at":"<fleet_updated_at>"}]}}

Schema

    Request

    Base URL
    http://localhost:8080/core/api/v1
    project_id — path required
    curl / cURL
    curl -L -X GET 'http://localhost:8080/core/api/v1/projects/:project_id/fleets' \
    -H 'Accept: application/json'