curl --request GET \
--url https://api.pocketenv.io/xrpc/io.pocketenv.volume.getVolumes \
--header 'Authorization: Bearer <token>'{
"volumes": [
{
"id": "<string>",
"name": "<string>",
"path": "<string>",
"readOnly": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"total": 1
}curl --request GET \
--url https://api.pocketenv.io/xrpc/io.pocketenv.volume.getVolumes \
--header 'Authorization: Bearer <token>'{
"volumes": [
{
"id": "<string>",
"name": "<string>",
"path": "<string>",
"readOnly": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"total": 1
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the sandbox for which to retrieve volumes.
The maximum number of volumes to return.
x >= 1The number of volumes to skip before starting to collect the result set.
x >= 0Was this page helpful?