AI Applications
Authorizations
AuthorizationstringRequired
Bearer authentication
Query parameters
verbositystring · enumOptionalDefault:
response verbosity level.
briefExample: fullPossible values: offsetinteger · int32OptionalExample:
The offset of the first item returned in the collection.
100limitinteger · int32 · min: 1 · max: 500OptionalDefault:
The maximum number of entries to return.
50sortOrderstring · enumOptionalDefault:
Sort results in descending or ascending order.
ascPossible values: sortBystring · enumOptionalPossible values:
Sort results by a parameter.
filterBystring[]OptionalExample:
Filter results by a parameter. Use the format field-name operator value. Operators are == Equals, != Not equals, <= Less than or equal, >= Greater than or equal, =@ contains, !@ Does not contain, =^ Starts with and =$ Ends with. Dates are in ISO 8601 timestamp format and available for operators ==, !=, <= and >=.
["name!=some-name"]Responses
200
ok.
application/json
400
Bad request.
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
503
unexpected error
application/json
get
/api/v1/ai-applicationsAuthorizations
AuthorizationstringRequired
Bearer authentication
Path parameters
aiApplicationIdstring · uuidRequired
The unique identifier of the application.
Responses
200
ok.
application/json
400
Bad request.
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
503
unexpected error
application/json
get
/api/v1/ai-applications/{aiApplicationId}Last updated