GET /accounts/{account_id}/tags/values/{tag_key}

Lists all distinct values for a given tag key, optionally filtered by resource type.

Servers

Path parameters

Name Type Required Description
account_id String Yes
tag_key String Yes

The tag key to retrieve values for.

Query parameters

Name Type Required Description
type String No

Filter by resource type.

Valid values:

  • "account"
  • "resource_share"
  • "access_application"
  • "api_gateway_operation"
  • "managed_client_certificate"
  • "custom_hostname"
  • "worker"
  • "queue"
  • "access_group"
  • "kv_namespace"
  • "access_application_policy"
  • "ai_gateway"
  • "alerting_policy"
  • "zone"
  • "cloudflared_tunnel"
  • "custom_certificate"
  • "image"
  • "dns_record"
  • "gateway_rule"
  • "worker_version"
  • "r2_bucket"
  • "durable_object_namespace"
  • "gateway_list"
  • "stream_live_input"
  • "alerting_webhook"
  • "stream_video"
  • "d1_database"
cursor String No

Cursor for pagination.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.