volumes
Get volume details by name
get/volumes/by-name/{name}
Path parameters
namestring required
Name of the volume
Headers
X-Daytona-Organization-IDstring
Use with JWT to specify the organization ID
Response
Volume details
Example response
{
"id": "vol-12345678",
"name": "my-volume",
"organizationId": "123e4567-e89b-12d3-a456-426614174000",
"createdAt": "2023-01-01T00:00:00.000Z",
"updatedAt": "2023-01-01T00:00:00.000Z",
"lastUsedAt": "2023-01-01T00:00:00.000Z",
"errorReason": "Error processing volume"
}