Get contractsAsk AIget https://{hostname}/v1/contractsUse this endpoint to retrieve the list of contracts.Query Paramsoffsetinteger0 to 19900Defaults to 0limitinteger1 to 100Defaults to 100sortstringA comma-separated list of columns by which results are sorted. Valid columns: name state state_updated_time published_time filterobjectAn object containing key-value pairs to filter results.filter objectHeadersx-oneflow-api-tokenstringrequiredlength between 40 and 40The API key of your Oneflow account.x-oneflow-user-emailstringThe email address of a registered Oneflow user.Responses 200Returns the list of all contracts in the specified account. 400Invalid format or content of the request. 401The API token or the user email is invalid.Updated 7 months ago