## Documentation Index

Fetch the complete documentation index at: [/llms.txt](https://developer.mindbridge.ai/llms.txt)

Use this file to discover all available pages before exploring further.

**Async results** can be used to track the status of asynchronous background jobs (such as data ingestion) for which results may not be immediately available. Users can poll these records to view the status of their requests. Once the requests have been completed, users can call the relevant entity’s `Read` endpoint to view the results of the job.

### Permissions

The **permissions** needed to access this collection are controlled by the target data you are attempting to access.

### Queryable Fields
- `id` - `OBJECT_ID`
- `type` - `STRING`
- `status` - `STRING`
- `entityId` - `OBJECT_ID`
- `entityType` - `STRING`

This endpoint inherits the permissions from the target entity in scope. For example, if the async result represents an **analysis source**, then the requesting token must contain the permission: `api.analysis-sources.read`.
