# NeetoPlaydash API > NeetoPlaydash API docs guide to manage runs from external channels ## Docs - [List projects](https://apidocs.neetoplaydash.com/api-reference/projects/list.md): List projects in the workspace. - [List result histories](https://apidocs.neetoplaydash.com/api-reference/result-histories/list.md): List the historical results of a test entity across previous runs within a look-back window. - [Get run](https://apidocs.neetoplaydash.com/api-reference/runs/get.md): Get a run along with its specs and the tests grouped under each spec. - [List runs](https://apidocs.neetoplaydash.com/api-reference/runs/list.md): List runs for a project. - [Get test entity](https://apidocs.neetoplaydash.com/api-reference/test-entities/get.md): Get a test entity along with its outcomes and the attempts (including screenshots, videos, traces and Lighthouse reports) for each outcome. - [List test entities](https://apidocs.neetoplaydash.com/api-reference/test-entities/list.md): List test entities (specs or tests) for a run. - [List traces](https://apidocs.neetoplaydash.com/api-reference/traces/list.md): List Playwright traces for a run. Optionally scope the traces to a single test entity. - [Authentication](https://apidocs.neetoplaydash.com/getting-started/authentication.md): Learn how to authenticate your requests to the NeetoPlaydash API using API keys. - [Introduction](https://apidocs.neetoplaydash.com/getting-started/introduction.md): Welcome to the NeetoPlaydash API documentation. - [Pagination](https://apidocs.neetoplaydash.com/getting-started/pagination.md): Learn how to handle paginated responses in the NeetoPlaydash API. - [HTTP response codes](https://apidocs.neetoplaydash.com/getting-started/response-codes.md): Learn about the HTTP status codes returned by the API. - [Workspace subdomain](https://apidocs.neetoplaydash.com/getting-started/workspace-subdomain.md): Learn how to find your workspace subdomain. ## OpenAPI Specs - [playdash](https://apidocs.neetoplaydash.com/bundled/playdash.yaml)