action circleci_get_project_username_project_build_num { label: "get_project_username_project_build_num" description: "Full details for a single build. The response includes all of the fields from the build summary.\nThis is also the payload for the [notification webhooks](/docs/configuration/#notify), in which case this object is the value to a key named 'payload'.\n" provider: circleci method: GET path: "/project/{username}/{project}/{build_num}" encoding: json output: { type: "object" description: "previous build" properties: { all_commit_details: { type: "array" items: { type: "object" properties: { author_date: { type: "string" format: "date-time" } author_email: { type: "string" format: "email" } author_login: { type: "string" } author_name: { type: "string" } body: { type: "string" } commit: { type: "string" } commit_url: { type: "string" format: "uri" } committer_date: { type: "string" format: "date-time" } committer_email: { type: "string" format: "email" } committer_login: { type: "string" } committer_name: { type: "string" } subject: { type: "string" } } } } compare: { type: "string" format: "uri" } job_name: { type: "string" } node: { type: "object" } previous_successful_build: { type: "object" description: "previous build" properties: { build_num: { type: "integer" } build_time_millis: { type: "integer" } status: { type: "string" enum: ["retried", "canceled", "infrastructure_fail", "timedout", "not_run", "running", "failed", "queued", "scheduled", "not_running", "no_tests", "fixed", "success"] } } } retries: { type: "boolean" } ssh_enabled: { type: "boolean" } timedout: { type: "boolean" } usage_queued_at: { type: "string" format: "date-time" } user: { type: "object" properties: { admin: { type: "boolean" } all_emails: { type: "array" items: { type: "string" format: "email" } } analytics_id: { type: "string" } avatar_url: { type: "string" format: "uri" } basic_email_prefs: { type: "string" } bitbucket: { type: "integer" } bitbucket_authorized: { type: "boolean" } containers: { type: "integer" } created_at: { type: "string" format: "date-time" } days_left_in_trial: { type: "integer" } dev_admin: { type: "boolean" } enrolled_betas: { type: "array" items: { type: "string" } } github_id: { type: "integer" } github_oauth_scopes: { type: "array" items: { type: "string" } } gravatar_id: { type: "integer" } heroku_api_key: { type: "string" } in_beta_program: { type: "boolean" } login: { type: "string" } name: { type: "string" } organization_prefs: { type: "object" } parallelism: { type: "integer" } plan: { type: "string" } projects: { type: "object" } pusher_id: { type: "string" } selected_email: { type: "string" format: "email" } sign_in_count: { type: "integer" } trial_end: { type: "string" format: "date-time" } } } } } }