Recover resources

Restore previously deleted resources from the trash.

Query Parameters
  • accessToken
    Type: string
Headers
  • X-Exabase-Workspace-Id
    Type: string

    Optional. When provided, the request is executed against the specified delegated workspace. If omitted, the parent workspace is used.

Body
application/json
  • resourceIds
    Type: array string[] · UUID[] 1…
    required
Responses
  • 204

    Resources recovered

Request Example for post/v2/resources/recover
curl 'https://api.exabase.io/v2/resources/recover?accessToken=' \
  --request POST \
  --header 'X-Exabase-Workspace-Id: ' \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: YOUR_SECRET_TOKEN' \
  --data '{
  "resourceIds": [
    ""
  ]
}'
No Body