List global agent skillsAsk AIget https://go.v7labs.com/api/agent-skillsLists all global agent skills (skills not tied to a specific workspace).Query Paramsorder_byarray of objects | nullList of field names to order byAgentSkills.ListAgentSkillsOrderByADD stringorder_directionsarray of strings | nullList of order directions for the fields in order_byPagination.OrderDirectionsADD stringlimitinteger | null≥ 0The maximum number of records to return when using offset paginationoffsetinteger | null≥ 0The offset to use when paginating recordsfirstinteger | nullThe number of records to return after the provided cursor; used in combination with afterlastinteger | nullThe number of records to return for before the provided cursor; used in combination with beforeafterstring | nullA base64 encoded value representing a cursor, or an element ID if applicablebeforestring | nullA base64 encoded value representing a cursor, or an element ID if applicableResponses 200AgentSkills.ListAgentSkillsResponse 400Common.APIError 401Common.APIError 403Common.APIError 404Common.APIError 409Common.APIError 422Common.APIError 500Common.APIErrorCallbackUpdated 3 months ago