Skip to main contentIBM Quantum Documentation

Tags


List tags

Search and list the tags of jobs.

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
/tags
curl -X GET \
  https://api.quantum-computing.ibm.com/runtime/tags \
  -H 'Authorization: Bearer YOUR-TOKEN' \
  -H 'Accept: application/json'

Responses

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