v2
presets

List presets

Retrieve a paginated list of presets for the current user.

get/api/library/presets

Query parameters

pageinteger
page_sizeinteger
graph_idstring nullable required

Allows to filter presets by a specific agent graph

Allows to filter presets by a specific agent graph

Response

Successful Response

Example response

{
  "pagination": {
    "total_items": 42,
    "total_pages": 2,
    "current_page": 1,
    "page_size": 25
  }
}

Changes

Changed in 4 of the 92 revisions of this API.55

    • added the new device_code enum value to the presets/items/credentials/additionalProperties/type response property for the response status 200

      response-property-enum-value-added

    • added the optional property presets/items/expert_id to the response with the 200 status

      response-optional-property-added

    • added the optional property presets/items/organization_id to the response with the 200 status

      response-optional-property-added

    • added the optional property presets/items/team_id to the response with the 200 status

      response-optional-property-added

    • added the optional property presets/items/webhook/anyOf[subschema #1: Webhook]/organization_id to the response with the 200 status

      response-optional-property-added

    • added the optional property presets/items/webhook/anyOf[subschema #1: Webhook]/team_id to the response with the 200 status

      response-optional-property-added

    • removed the optional property presets/items/organization_id from the response with the 200 status

      response-optional-property-removed

    • removed the optional property presets/items/team_id from the response with the 200 status

      response-optional-property-removed

    • removed the optional property presets/items/webhook/anyOf[subschema #1: Webhook]/organization_id from the response with the 200 status

      response-optional-property-removed

    • removed the optional property presets/items/webhook/anyOf[subschema #1: Webhook]/team_id from the response with the 200 status

      response-optional-property-removed

    This revision also has 96 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog