Skip to main content

List snippets

GET 

/snippets

Retrieve a list of snippets.

Request

Query Parameters

    limit number

    The maximum number of resources to return

    offset number

    The offset into the list of resources returned

    name string

    The name of the resource

Responses

OK

Schema
    data object[]
  • Array [
  • name stringrequired

    The name of the snippet

    description string

    The description of the snippet

    id stringrequired

    The UUID of the snippet

    type string

    Possible values: [predefined, custom]

    The snippet type

    labels string[]

    Labels applied to the snippet

  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...