v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01302395850.8 KB
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
  }
}