Skip to main content

List all projects

Lists all the projects from all the organizations in a Frontier instance. It can be filtered by organization and state.

Query Parameters
    orgId string

    The organization id to filter by.

    state string

    The state to filter by. It can be enabled or disabled.

Responses

A successful response.


Schema
    projects object[]
  • Array [
  • id string
    name string
    title string
    orgId string
    metadata object
    createdAt date-time

    The time the project was created.

    updatedAt date-time

    The time the project was last updated.

  • ]
GET /v1beta1/admin/projects

Authorization

name: Basic type: httpdescription: use Client ID as username and Client Secret as passwordin: headerscheme: basic

Request

Base URL
http://127.0.0.1:7400
Security Scheme
Username
Password
orgId — query
state — query
curl / cURL
curl -L -X GET 'http://127.0.0.1:7400/v1beta1/admin/projects' \
-H 'Accept: application/json'