Nour
08/11/2025, 8:17 AMCeligo AI
08/11/2025, 8:17 AMAI generated answer (using internal Slack threads):The error message you're seeing is not actually an error. The "code":200 in the response indicates that the HTTP request was successful. HTTP status code 200 means "OK" and is a standard response for successful HTTP requests. The headers you're seeing are metadata in the HTTP response, and the "body":"" indicates that the response body is empty. However, if you were expecting some data in the response body and it's coming back empty, you might want to check the request you're sending. Make sure the endpoint you're hitting is correct and that any necessary parameters or headers are included in your request. Remember, the response you're seeing is from the server you're making the request to, so any issues would likely be on the request side rather than in the response itself. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Celigo AI
08/11/2025, 8:18 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.828582466
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.822442889
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.820827782
Celigo AI
08/11/2025, 8:18 AM