Skip to main content
GET
/
search
Search workspace elements by keyword
curl --request GET \
  --url https://api.getmembrane.com/search \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "elementType": "customer",
      "element": {}
    }
  ],
  "cursor": "<string>"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

q
string
required
Required string length: 1 - 200
elementType
enum<string>
Available options:
customer,
app,
connector,
integration,
flow,
flow-instance,
flow-run,
action,
package,
action-instance,
connection,
field-mapping,
field-mapping-instance,
data-source,
data-source-instance,
data-link-table,
data-link-table-instance,
app-event-type,
app-event-subscription,
app-event-log-record,
app-data-schema,
app-data-schema-instance,
external-event-subscription,
external-event-log-record,
external-event-pull,
screen,
action-run-log-record,
external-api-log-record,
incoming-webhook-log-record,
connected-product
limit
integer
Required range: 1 <= x <= 100
cursor
string

Response

200 - application/json
items
object[]
required
cursor
string