Workflow Executions API not allowing filter on startTime

GET List Workflow Executions

been working with this api with and trying to use startTime as a filter. I have been able to use the status as a filter successfully, The documentation states that both status and startTime are supported, but when attempting to use startTime, receive
<

{
    "detailCode": "Bad Request",
    "trackingId": "09030012d0a147a796bc4fe3dc513b31",
    "messages": [
        {
            "locale": "en-US",
            "localeOrigin": "DEFAULT",
            "text": "invalid filter property: startTime"
        }
    ]
}

/>
was shooting for https://tenant.api.identitynow.com/beta/workflows/b4546f24-2e59-410e-ac96-bcff25d3279d/executions?limit=250&offset=0&count=true&filters=startTime gt “2024-01-29T21:13:11.579903103Z”

Hi @hdnicholie,

It seems like a bug. I test and have the same error message. filtering on status working well. I think you can contact Sailpoint Team by opening case.

Hi,
Even I am getting the same error
@colin_mckibben : Should we raise support ticket for the same?

Thank

This might be a documentation bug where start time was never supported. Did this filter used to work, or are you noticing it for the first time?

Its the first time - was reviewing the documentation and it indicated this was a field that was able to be used in the filter. Sounds like it may have been planned, documented and not implmented.

I have opened a bug report (PLTWRKFLW-4135). It looks like it’s not actually supported, but the ticket is requesting that it is supported.