# RemoteId / ContentRemoteId Criterion

> For the complete documentation index, see [llms.txt](https://doc.ibexa.co/en/saas/llms.txt).

RemoteId / ContentRemoteId Search Criterion

The `RemoteId` / `ContentRemoteId` Search Criterion searches for content based on its remote content ID.

## Arguments

- `value` - string(s) representing the remote IDs

## Example

**XML**

```xml
<Query>
    <Filter>
        <ContentRemoteIdCriterion>abab615dcf26699a4291657152da4337</ContentRemoteIdCriterion>
    </Filter>
</Query>
```

**JSON**

```json
"Query": {
    "Filter": {
        "ContentRemoteIdCriterion": "abab615dcf26699a4291657152da4337"
    }
}
```
