List applications
GET/applications
Lists applications.
Request
Header Parameters
CodeNOW API Key
Responses
- 200
- 400
- 401
- 403
- 404
- 429
- 500
applications-list 200 response
- application/vnd.codenow.v1+json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
The unique identifier of the application.
Runtime id of the application compatible with DNS-1123 label, based on id.
It must be used in certain places such as kubernetes labels. (Might be the same as id.)
Human readable name of the component.
Description of the application.
Status of the application.
READY - Application is ready to be used.
DELETING - Application is being deleted.
relatedEnvironments
object[]
Environments related to the application.
Unique environment ID.
Human readable name of the environment.
[
{
"abilities": [
"string"
],
"id": "string",
"runtimeName": "string",
"name": "string",
"description": "string",
"status": "string",
"relatedEnvironments": [
{
"id": "string",
"displayName": "string",
"production": true
}
]
}
]
The request was unacceptable, often due to missing a required parameter.
No valid API key provided.
The API key doesn't have permissions to perform the request.
Resource not found.
Too many requests hit the API too quickly. We recommend an exponential backoff of your requests.
Something went wrong on CodeNOW's end.