Slicker public API endpoints and how to interact with them
https://api.slickerhq.com
429 Too Many Requests
response. Implement appropriate backoff strategies in your integration.
/v1/recovery_actions
). When new versions are released, we’ll provide appropriate migration guidance and timelines.
pageSize
: Number of items to return per page (1-100, defaults to 100)pageToken
: Token for retrieving the next page of results. Use the nextPageToken
from the previous response.{data}
: Array of objects for the current pagenextPageToken
: Token to fetch the next page (empty if no more pages)totalSize
: Total number of items available across all pagesexecuted_at
or created_at
in ascending order (asc
)desc
) and new entries are created, they appear at the beginning of the result set, potentially causing you to skip entries that get pushed to later pages.executedAfter
to only fetch new or updated entriespageToken
values will return a 400 Bad Request
errorpageToken
to resume pagination after connection failures