Files
Proxmox-Coolify-Manager/coolify_skill/references/ops/get-database-by-uuid.md
T

88 lines
1.8 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[Skip to content](https://coolify.io/docs/api-reference/api/operations/get-database-by-uuid#VPContent)
Return to top
Get[](https://coolify.io/docs/api-reference/api/operations/get-database-by-uuid#get)
======================================================================================
GET
/databases/{uuid}
Get database by UUID.
Authorizations[](https://coolify.io/docs/api-reference/api/operations/get-database-by-uuid#authorizations)
------------------------------------------------------------------------------------------------------------
bearerAuth
Go to `Keys & Tokens` / `API tokens` and create a new token. Use the token as the bearer token.
Type
HTTP (bearer)
Parameters[](https://coolify.io/docs/api-reference/api/operations/get-database-by-uuid#parameters)
----------------------------------------------------------------------------------------------------
### Path Parameters
uuid\*
UUID of the database.
Type
string
Required
Responses[](https://coolify.io/docs/api-reference/api/operations/get-database-by-uuid#responses)
--------------------------------------------------------------------------------------------------
200400401404
Get all databases
Content-Type
application/json
SchemaJSON
JSON
"string"
GET
/databases/{uuid}
Playground[](https://coolify.io/docs/api-reference/api/operations/get-database-by-uuid#playground)
----------------------------------------------------------------------------------------------------
Authorization
bearerAuth
Variables
Key
Value
uuid\*
Try it out
Samples[](https://coolify.io/docs/api-reference/api/operations/get-database-by-uuid#samples)
----------------------------------------------------------------------------------------------
Powered by [VitePress OpenAPI](https://github.com/enzonotario/vitepress-openapi)