v1
latestOpenAPI 3.1.02026-07-24770322.0 KBList Products
This API endpoint lists the contracts in a workspace.
get/v1/products
Query parameters
namestring
Name of the product to filter on. Case-insensitive.
nextTokenstring
Next token for pagination
limitinteger
Max number of records to fetch
Response
200
Example response
{
"data": [
{
"createdAt": "2024-09-27T20:35:28.20561098Z",
"id": "351e3a6f-e36d-4230-a380-8a42e1f18735",
"name": "Demo product2",
"object": "product",
"description": "demo",
"status": "active"
}
]
}