Get project
GET
https://api.wexa.ai/v1/project/{projectID}
Last modified:2025-04-25 10:18:42
Get Project by ID
projectID
. This endpoint returns comprehensive metadata about the project, including its name, description, associated organization, and the role of the AI coworker within the project. It's essential for managing and accessing specific projects, ensuring efficient organization and execution of tasks within your automation workflows.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.wexa.ai/v1/project/' \
--header '{x-api-key};'
Response Response Example
{}
Request
Path Params
projectID
string
required
Responses
Modified at 2025-04-25 10:18:42