Skip to main content

Retrieve metadata for applications

Retrieve metadata for applications based on specified query parameters.

Query Parameters
repository_url string

URL of the code repository.

repository_app_path string

Path within the code repository to the application.

slug string

Slug identifier for the application.

Responses
200

Application metadata retrieved successfully.

Schema OPTIONAL
object[]
id integer OPTIONAL

The unique ID of the application.

name string OPTIONAL

The name of the application.

slug string OPTIONAL

The slug identifier of the application.

code_repository object OPTIONAL
url string OPTIONAL

The URL of the code repository.

application_path string OPTIONAL

The path within the code repository to the application.