v7

latestOpenAPI 3.1.02026-08-07154197463.6 KB
tags

Get tags

Returns a list of tags created by your organization.

get/tags

Query parameters

cursorstring

The pagination cursor value.

page_sizeinteger

Number of results to return per page. Default is 200.

Response

A list of tags created by your organization.

nextstring nullable

The cursor with which to continue pagination if additional result pages exist.

previousstring nullable

The cursor used to obtain the current result page.

Example response

{
  "next": "cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw",
  "previous": "cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ",
  "results": [
    {
      "tag_id": "f290a738-5f9f-43c2-ad67-fa31ff0eb946",
      "created_at": "2022-01-23T04:56:07Z",
      "updated_at": "2022-02-23T01:34:07Z",
      "user_creator_id": "d4a7d928-783e-4599-8ec6-088d635a5bcc",
      "admin_owner_id": "bfb518b1-3f5b-4e3b-8eb8-3b3fabd4ea2b",
      "key": "database-name",
      "value": "redis_db"
    },
    {
      "tag_id": "92f0a738-5f9f-43c2-ad67-fa31ff0eb052",
      "created_at": "2022-03-23T04:56:07Z",
      "updated_at": "2022-04-23T01:34:07Z",
      "user_creator_id": "a4d7d928-783e-4599-8ec6-088d635af4ac",
      "admin_owner_id": "gtg418b1-3f5b-4e3b-8eb8-3b3fabd4eaa1",
      "key": "database-type",
      "value": "sql"
    }
  ]
}