Skip to main content

AccessKeyListResponse

access_keys object[]

Object-storage access keys.

  • Array [
  • access_keyAccess Key

    Object-storage access key.

    Example: AKW370C2J7Z47QL6SV22
    created_atstring<date-time>

    ISO 8601 UTC timestamp marking when the resource was created.

    Example: 2026-05-07T11:47:30Z
    idId

    Unique numeric identifier.

    Example: 4501
    regionRegionsEnum

    Region the resource is in (for example, NORWAY-1, CANADA-1, US-1).

    Possible values: [CANADA-1]

    Example: CANADA-1
    user_idUser Id

    Identifier of the user.

    Example: 1129
    descriptionobject

    An optional description of the API key.

    Example: example
  • ]
  • meta object

    Pagination metadata.

    countCount

    Number of items returned in the current page.

    Example: 5
    current_pageCurrent Page

    The current page number.

    Example: 1
    total_pagesTotal Pages

    Total number of available pages.

    Example: 1
    AccessKeyListResponse
    {
    "access_keys": [
    {
    "access_key": "AKW370C2J7Z47QL6SV22",
    "created_at": "2026-05-07T11:47:30Z",
    "id": 4501,
    "region": "CANADA-1",
    "user_id": 1129,
    "description": "example"
    }
    ],
    "meta": {
    "count": 5,
    "current_page": 1,
    "total_pages": 1
    }
    }