https://www.terraform.io/docs/cloud/api/run.html#get-run-details
This endpoint is used for showing details of a specific run.
https://www.terraform.io/docs/cloud/api/organization-memberships.html#list-memberships-for-an-organization
The name of the organization to list the memberships of.
Type: string
Optional. If specified, restricts results to those with the matching status value. Valid values are invited and active.
Type: string
Potential values: invited, active
Optional. A search query string. Organization memberships are searchable by user name and email.
Type: string
https://www.terraform.io/docs/cloud/api/run.html#list-runs-in-a-workspace
https://www.terraform.io/docs/cloud/api/organization-memberships.html#list-memberships-for-an-organization
Required. The workspace ID to list team access for. Obtain this from the workspace settings or the Show Workspace endpoint.
Type: string
https://www.terraform.io/docs/cloud/api/workspaces.html#list-workspaces
The name of the organization to list the workspaces of.
Type: string
https://www.terraform.io/docs/cloud/api/plans.html#retrieve-the-json-execution-plan
Generates a temporary authenticated URL to the location of the JSON formatted execution plan. When successful, this endpoint responds with a temporary redirect that should be followed. If using a client that can follow redirects, you can use this endpoint to save the .json file locally without needing to save the temporary URL.This temporary URL provided by the redirect has a life of 1 minute, and should not be relied upon beyond the initial request. If you need repeat access, you should use this endpoint to generate a new URL each time.
https://www.terraform.io/docs/cloud/api/organizations.html#show-an-organization
Shows an organization
https://www.terraform.io/docs/cloud/api/plans.html#show-a-plan
There is no endpoint to list plans. You can find the ID for a plan in the relationships.plan property of a run object.
https://www.terraform.io/docs/cloud/api/organizations.html#show-an-organization
Show details for a given user.
https://www.terraform.io/docs/cloud/api/workspaces.html#show-workspace
https://www.terraform.io/docs/cloud/api/workspaces.html#show-workspace