pydo.spaces_key.list()
Generated on 18 Nov 2025
from pydo version
v0.21.0
Description
To list Spaces Access Key, send a GET request to /v2/spaces/keys. Sort parameter must be used with Sort Direction.
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
per_page |
integer | False | Number of items returned per page | 20 |
page |
integer | False | Which ‘page’ of paginated results to return. | 1 |
sort |
string | False | The field to sort by. | created_at |
sort_direction |
string | False | The direction to sort by. Possible values are asc or desc. |
desc |
name |
string | False | The access key’s name. | |
bucket |
string | False | The bucket’s name. | |
permission |
string | False | The permission of the access key. Possible values are read, readwrite, fullaccess, or an empty string. |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.