Tools

List Tools

get/tool

Query parameters

limitnumber

This is the maximum number of items to return. Defaults to 100.

createdAtGtstring date-time

This will return items where the createdAt is greater than the specified value.

createdAtLtstring date-time

This will return items where the createdAt is less than the specified value.

createdAtGestring date-time

This will return items where the createdAt is greater than or equal to the specified value.

createdAtLestring date-time

This will return items where the createdAt is less than or equal to the specified value.

updatedAtGtstring date-time

This will return items where the updatedAt is greater than the specified value.

updatedAtLtstring date-time

This will return items where the updatedAt is less than the specified value.

updatedAtGestring date-time

This will return items where the updatedAt is greater than or equal to the specified value.

updatedAtLestring date-time

This will return items where the updatedAt is less than or equal to the specified value.

Response

Example response

[
  {
    "messages": [
      {
        "timingMilliseconds": 1000
      }
    ],
    "timeoutSeconds": 20,
    "credentialId": "550e8400-e29b-41d4-a716-446655440000",
    "rejectionPlan": {
      "conditions": [
        {
          "type": "regex",
          "target": {
            "role": "user",
            "position": -1
          }
        }
      ]
    },
    "backoffPlan": {
      "baseDelaySeconds": 1,
      "excludedStatusCodes": [
        400,
        401,
        403,
        404
      ]
    }
  }
]

Changes