88 lines
1.9 KiB
Markdown
88 lines
1.9 KiB
Markdown
[Skip to content](https://coolify.io/docs/api-reference/api/operations/get-database-backups-by-uuid#VPContent)
|
||
|
||
Return to top
|
||
|
||
Get[](https://coolify.io/docs/api-reference/api/operations/get-database-backups-by-uuid#get)
|
||
|
||
==============================================================================================
|
||
|
||
GET
|
||
|
||
/databases/{uuid}/backups
|
||
|
||
Get backups details by database UUID.
|
||
|
||
Authorizations[](https://coolify.io/docs/api-reference/api/operations/get-database-backups-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-backups-by-uuid#parameters)
|
||
|
||
------------------------------------------------------------------------------------------------------------
|
||
|
||
### Path Parameters
|
||
|
||
uuid\*
|
||
|
||
UUID of the database.
|
||
|
||
Type
|
||
|
||
string
|
||
|
||
Required
|
||
|
||
Responses[](https://coolify.io/docs/api-reference/api/operations/get-database-backups-by-uuid#responses)
|
||
|
||
----------------------------------------------------------------------------------------------------------
|
||
|
||
200400401404
|
||
|
||
Get all backups for a database
|
||
|
||
Content-Type
|
||
|
||
application/json
|
||
|
||
SchemaJSON
|
||
|
||
JSON
|
||
|
||
"string"
|
||
|
||
GET
|
||
|
||
/databases/{uuid}/backups
|
||
|
||
Playground[](https://coolify.io/docs/api-reference/api/operations/get-database-backups-by-uuid#playground)
|
||
|
||
------------------------------------------------------------------------------------------------------------
|
||
|
||
Authorization
|
||
|
||
bearerAuth
|
||
|
||
Variables
|
||
|
||
Key
|
||
|
||
Value
|
||
|
||
uuid\*
|
||
|
||
Try it out
|
||
|
||
Samples[](https://coolify.io/docs/api-reference/api/operations/get-database-backups-by-uuid#samples)
|
||
|
||
------------------------------------------------------------------------------------------------------
|
||
|
||
Powered by [VitePress OpenAPI](https://github.com/enzonotario/vitepress-openapi)
|