Skip to main content

List applications

GET 

/api/v1/applications

Lists all applications within a specified project

Request

Header Parameters

    X-API-KEY stringrequired

    API Key

Responses

List of applications

Schema

    data

    object[]

  • Array [

  • appName string

    appName is the name of the application.

    appProfileName string

    appProfileName is the name of the application profile.

    endpoint string

    endpoint is the endpoint of the application.

    id string

    id is the unique identifier of the application.

    namespace string

    namespace is the namespace where platform creates the application.

    orgId string

    orgId is the organization ID where the application is created.

    slug string

    slug is the unique identifier of the application.

    status string

    status is the status of the application.

    targetNamespace string

    targetNamespace is the target namespace where the application is deployed.

  • ]

  • id string
    message string
    status string
Loading...