List all plugin manifests
Admin clients may view all plugin manifests; all other simulator engine developers can view and edit plugin manifests in an organization they are a member of.
Required scope: air:manifest_read (roles: air_simengine_debugger, air_simengine_developer)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
emulation_type
Filter by the emulation type.
id
Filter by the UUID of the plugin manifest.
limit
Number of results to return per page.
offset
The initial index from which to return the results.
ordering
Order objects by field. Prefix with - for descending order.
search
Search by id, emulation_type, or simulator_image_name.
simulator_image
Filter by the UUID of the simulator image the manifest uses.
Response
count
results
next
previous
Errors
400
Bad Request Error
403
Forbidden Error
500
Internal Server Error