Skip to main content
IBM Quantum Platform

Tags


List tags

Search and list the tags of jobs.

Authorization

To call this method, you must be assigned one or more IAM access roles that include the following actions. You can check your access by going to Users > User > Access

  • quantum-computing.job.read

Auditing

Calling this method generates the following auditing events.

  • quantum-computing.job.read

Query Parameters

Name, TypeDescription
type
Required
string

Searches for tags in the specified type.

Possible values: job
Default value: job
search
Required
string

Used for searching tags.

HTTP Response Status Codes

Status codeDescription
200OK
401Unauthorized
403Forbidden
404Not Found

Code samples

GET
/v1/tags

If your instance is in the eu-de region, use this URL instead: https://eu-de.quantum.cloud.ibm.com/api/v1/tags

curl -X GET \
  https://quantum.cloud.ibm.com/api/v1/tags \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer YOUR-TOKEN' \
  -H 'Service-CRN: YOUR-SERVICE-CRN' \
  -H 'IBM-API-Version: 2025-05-01'

Responses

{
  "tags": [
    "tag1",
    "tag2",
    "tag3",
    "tag4"
  ]
}
Was this page helpful?
Report a bug, typo, or request content on GitHub.