GET
/
workspaces
/
assets
/
searchIds
curl --request GET \
  --url https://api.mudstack.com/workspaces/assets/searchIds \
  --header 'Authorization: Bearer <token>' \
  --header 'x-account-id: <x-account-id>' \
  --header 'x-workspace-id: <x-workspace-id>'
{
  "results": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-account-id
string
required
x-workspace-id
string
required

Query Parameters

query
string

Response

200 - application/json
Search results
results
string[]