This message was deleted.
# secoda-support
w
This message was deleted.
e
Hey @witty-vegetable-47981 if you go into the Secoda UI and go to the Redshift integrations, the UUID is in the URL
w
Ok, but no API solution at this point?
e
Do you mean no API solution to get the UUID?
If you specify the
integration
parameter in the request, it'll filter by the specific integration which should resolve your problem.
w
Sorry, yes, I meant no way to look up integrations to get the UUID. E.g., something like
GET integration/integrations/
->
[{'id': uuid, 'name': 'blah', ...}, ...]
or
GET integration/integrations/<uuid>/
like exists for e.g. looking up tables
For the moment, pulling the UUID's from the website will suffice, but it would be nice to at least have readonly access to integration metadata via the API
e
Ok that makes sense, we can add a ticket for the ability to query the integrations but redact the sensitive information like the credentials.
w
Thanks!