pydo.dedicated_inferences.list_tokens()
Generated on 7 May 2026
from pydo version
v0.34.0
Description
List all access tokens for a Dedicated Inference instance. Token values are
not returned; only id, name, created_at, and is_managed. Send a GET request to
/v2/dedicated-inferences/{dedicated_inference_id}/tokens.
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
dedicated_inference_id |
string | True | A unique identifier for a Dedicated Inference instance. | |
per_page |
integer | False | Number of items returned per page | 20 |
page |
integer | False | Which ‘page’ of paginated results to return. | 1 |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.