List Skills

GET {{baseUrl}}/odaInstances/:odaInstanceId/skills

Returns a page of Skills that belong to the specified Digital Assistant instance.

If the opc-next-page header appears in the response, then there are more items to retrieve. To get the next page in the subsequent GET request, include the header's value as the page query parameter.

Request Params

KeyDatatypeRequiredDescription
idstringUnique Skill identifier.
categorystringList only Bot resources with this category.
namestringList only Bot resources with this name. Names are unique and may not change.

Example: MySkill | | version | string | | List only Bot resources with this version. Versions are unique and may not change.

Example: 1.0 | | namespace | string | | List only Bot resources with this namespace. Namespaces may not change.

Example: MyNamespace | | platformVersion | string | | List only Bot resources with this platform version. | | lifecycleState | string | | List only the resources that are in this lifecycle state. | | lifecycleDetails | string | | List only Bot resources with this lifecycle details. | | limit | number | | The maximum number of items to return per page. | | page | string | | The page at which to start retrieving results.

You get this value from the opc-next-page header in a previous list request. To retireve the first page, omit this query parameter.

Example: MToxMA== | | sortOrder | string | | Sort the results in this order, use either ASC (ascending) or DESC (descending). | | sortBy | string | | Sort on this field. You can specify one sort order only. The default sort field is timeCreated.

The default sort order for timeCreated and timeUpdated is descending. For all other sort fields the default sort order is ascending. |

HEADERS

KeyDatatypeRequiredDescription
opc-request-idstringThe client request ID for tracing. This value is included in the opc-request-id response header.
Acceptstring

RESPONSES

status: OK

{"items":[{"id":"exercitation minim","name":"ullamco","version":"1.0","displayName":"ut culpa","namespace":"nostrud dolor","category":"Lorem enim","lifecycleState":"ACTIVE","lifecycleDetails":"DRAFT","platformVersion":"officia Ut","timeCreated":"1961-10-18T22:38:14.564Z","timeUpdated":"1943-01-18T09:18:00.620Z","definedTags":{"sed7":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"labore_ed9":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"nisi_3fe":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"freeformTags":{"amet__3":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"dolor_74e":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}},{"id":"Ut occaecat deserunt","name":"nisi Lo","version":"1.0","displayName":"sed consequat est exercitation","namespace":"deserunt pariatur in","category":"in dolore laboris","lifecycleState":"ACTIVE","lifecycleDetails":"PUBLISHED","platformVersion":"pariatur Ut dolore dolore commodo","timeCreated":"1996-12-29T14:19:04.736Z","timeUpdated":"1971-06-04T17:09:13.541Z","definedTags":{"sunt_16":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"freeformTags":{"in_74":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"dolor_6":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"sint_d":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}}]}