# List provisioned intent topics List all intent topics which are provisioned for the user's organization Endpoint: GET /data-api/v1/catalog/provisioned_intent_topics Security: authorization ## Response 200 fields (application/json): - `count` (integer) Record count Example: 1 - `data` (array) Example: [{"category":"technology","id":"3C974F539EF4BC6A0504AAB13C506780","name":"SysFoo"}] - `data.category` (string, required) Intent Topic category Example: "technology" - `data.id` (any, required) A unique hexadecimal identifier for the desired field. Example: "1698C53EBC888758570396E0334965C1" - `data.name` (string, required) Intent Topic name Example: "SysFoo" ## Response 401 fields (application/json): - `errors` (array) - `errors.detail` (string, required) Example: "The token provided is not valid" - `errors.source` (object) - `errors.title` (string, required) Example: "Unauthorized" ## Response 422 fields (application/json): - `errors` (array, required) - `errors.detail` (string, required) Example: "null value where string expected" - `errors.source` (object, required) - `errors.source.pointer` (string, required) Example: "/data/attributes/petName" - `errors.title` (string, required) Example: "Invalid value"