/
/Server API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 2mo ago
Execution20
Management32
  • getCreate a project
  • postCreate a project
  • getGet project
  • putUpdate a project
  • deleteDelete a project
  • postCreate a secret
  • putUpdate a secret
  • deleteDelete a secret
  • postCreate a branch
  • putUpdate a branch
  • deleteDelete a branch
  • getList all results
  • getList branch sequences
  • postCreate a stage
  • getGet a stage
  • putUpdate a stage
  • deleteDelete a stage
  • putExecute schema_code and return schema in JSON format
  • getGet schedule info for stage if there are time triggers configured.
  • getGet agents
  • patchUpdate agents
  • getGet agent
  • putUpdate a agent
  • deleteDelete a agent
  • getGet groups
  • postCreate a group
  • getGet group
  • putUpdate a group
  • deleteDelete a group
  • getGet settings
  • putUpdate a project
  • getGet health status of Kraken services.
Users3
    Management

    Get agents

    Get agents

    get/agents

    Query parameters

    unauthorizedboolean

    ID of pet to return

    startinteger

    How many items to return at one time (max 100)

    limitinteger

    How many items to return at one time (max 100)

    Response

    A paged array of logs

    totalinteger

    Changes