For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Search
/
Contact
Learn More
Guides
Reference
Samples
License
Changelog
gRPC
anduril.entitymanager.v1
EntityManagerAPI
GetEntity
Copy page
Get an entity using its entityId.
GetEntityRequest
Request
This endpoint expects an object.
entity_id
string
The GUID of this entity to query.
GetEntityResponse
Response
This endpoint returns an object.
entity
object
An Entity object that corresponds with the requested entityId.