Rockset

Number of APIs: 62

Rockset's REST API allows for creating and managing all resources in Rockset. Each supported endpoint is documented below.

All requests must be authorized with a Rockset API key, which can be created in the Rockset console. The API key must be provided as ApiKey <api_key> in the Authorization request header. For example: Authorization: ApiKey aB35kDjg93J5nsf4GjwMeErAVd832F7ad4vhsW1S02kfZiab42sTsfW5Sxt25asT

All endpoints are only accessible via https.

Build something awesome!

  1. v1/orgs/self-integrations-{integration} - Get Integration GET {{baseUrl}}/v1/orgs/self/integrations/:integration

  2. v1/orgs/self-integrations-{integration} - Delete Integration DELETE {{baseUrl}}/v1/orgs/self/integrations/:integration

  3. v1/orgs/self-integrations - List Integrations GET {{baseUrl}}/v1/orgs/self/integrations

  4. v1/orgs/self-integrations - Create Integration POST {{baseUrl}}/v1/orgs/self/integrations

  5. v1/orgs/self-ip/allowlist-{name} - Get IP Allowlist Network Policy GET {{baseUrl}}/v1/orgs/self/ip/allowlist/:name

  6. v1/orgs/self-ip/allowlist-{name} - Delete IP Allowlist Network Policy DELETE {{baseUrl}}/v1/orgs/self/ip/allowlist/:name

  7. v1/orgs/self-ip/allowlist - List IP Allowlist Entries GET {{baseUrl}}/v1/orgs/self/ip/allowlist

  8. v1/orgs/self-ip/allowlist - Create IP Allowlist Network Policy POST {{baseUrl}}/v1/orgs/self/ip/allowlist

  9. v1/orgs/self-lambdas-tags - List All Query Lambda Tags GET {{baseUrl}}/v1/orgs/self/lambdas/tags

  10. v1/orgs/self-lambdas-tags - List Query Lambda Tag Versions GET {{baseUrl}}/v1/orgs/self/lambdas/tags/:tag