curl --request GET \
--url https://shardcloud.app/api/apps \
--header 'Authorization: Bearer <token>'[
{
"app": {
"user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"ram": 123,
"name": "<string>",
"is_app": true,
"blocked_until": "2023-11-07T05:31:56Z",
"setup": true,
"created_at": "2023-11-07T05:31:56Z",
"last_setup_at": "2023-11-07T05:31:56Z",
"vcpu": 123,
"language": "python",
"version": "recommended",
"subdomain": "<string>",
"entrypoint": "<string>",
"description": "<string>",
"custom_command": "<string>",
"custom_domain": "<string>"
},
"project_info": {
"ram": [
123
],
"vcpu": [
123
],
"storage": 123,
"network_receive": [
123
],
"network_send": [
123
]
},
"status": "not_found"
}
]curl --request GET \
--url https://shardcloud.app/api/apps \
--header 'Authorization: Bearer <token>'[
{
"app": {
"user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"ram": 123,
"name": "<string>",
"is_app": true,
"blocked_until": "2023-11-07T05:31:56Z",
"setup": true,
"created_at": "2023-11-07T05:31:56Z",
"last_setup_at": "2023-11-07T05:31:56Z",
"vcpu": 123,
"language": "python",
"version": "recommended",
"subdomain": "<string>",
"entrypoint": "<string>",
"description": "<string>",
"custom_command": "<string>",
"custom_domain": "<string>"
},
"project_info": {
"ram": [
123
],
"vcpu": [
123
],
"storage": 123,
"network_receive": [
123
],
"network_send": [
123
]
},
"status": "not_found"
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
List of apps with their info
Show child attributes
python, node, java, go, csharp, php, static, unknown recommended, latest not_found, pending, running, stopped